Skip to content

Commit 92fc394

Browse files
authored
Remove SSL pinning temporarily
1 parent 17a6c90 commit 92fc394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keyauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def __do_request(self, post_data):
272272
headers = {"User-Agent": "KeyAuth"}
273273

274274
rq_out = requests.post(
275-
"https://keyauth.com/api/1.0/", data=post_data, headers=headers, verify="keyauth.pem"
275+
"https://keyauth.com/api/1.0/", data=post_data, headers=headers
276276
)
277277

278278
return rq_out.text

0 commit comments

Comments
 (0)