From 9d42a5ad5eee3e97559c7237c0ea45b9b2b48a25 Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 1 Mar 2020 11:59:54 -0800 Subject: [PATCH] This time I fucked up --- src/hms123311.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hms123311.c b/src/hms123311.c index fd043bb8..7feea859 100644 --- a/src/hms123311.c +++ b/src/hms123311.c @@ -110,7 +110,7 @@ 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, 1L);/* WTF WINDOWS!! */ + 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);