We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec0405 commit f317f8aCopy full SHA for f317f8a
sources/marc_api.cpp
@@ -64,6 +64,8 @@ MarcRestClient::MarcRestClient()
64
{
65
cookieStore.set_file(""); // init cookie engine
66
restClient->reset(); // reset debug->std:cout function
67
+ restClient->add<CURLOPT_SSL_VERIFYHOST>(0);
68
+ restClient->add<CURLOPT_SSL_VERIFYPEER>(0);
69
}
70
71
0 commit comments