Skip to content
Snippets Groups Projects
Commit b15b90f2 authored by James R.'s avatar James R.
Browse files

Windows certs do work, thanks Steel!

parent a4bbc06f
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,6 @@ HMS_connect (const char *format, ...)
curl_easy_setopt(curl, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
curl_easy_setopt(curl, CURLOPT_URL, url);
curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L);
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);/* WTF WINDOWS!! */
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, HMS_on_read);
curl_easy_setopt(curl, CURLOPT_WRITEDATA, buffer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment