Skip to content

Commit c0949fc

Browse files
Remove SSL verification from requests.post
1 parent d791a00 commit c0949fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenStack-Rally-Tester/usr/local/bin/rally_extract_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@
9393

9494
print(datastring)
9595

96-
r = requests.post(url, verify=False, data=datastring, auth=(username, password), timeout=10)
96+
r = requests.post(url, data=datastring, auth=(username, password), timeout=10)
9797
print(r.text)
9898
print(r)

0 commit comments

Comments
 (0)