Skip to content

Commit 79f9ad4

Browse files
Merge pull request #29 from Shxde1/patch-1
2 parents a4f5b1d + 4f18134 commit 79f9ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,7 @@ std::string KeyAuth::api::req(std::string data, std::string url) {
12451245
curl_easy_setopt(curl, CURLOPT_NOPROXY, XorStr( "keyauth.win" ) );
12461246

12471247
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 1L);
1248+
curl_easy_setopt(curl, CURLOPT_CERTINFO, 1L);
12481249

12491250
curl_easy_setopt(curl, CURLOPT_POSTFIELDS, data.c_str());
12501251

0 commit comments

Comments
 (0)