We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f317f8a commit 8b6d0edCopy full SHA for 8b6d0ed
1 file changed
sources/marc_api.cpp
@@ -64,8 +64,9 @@ 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);
+ restClient->add<CURLOPT_SSL_VERIFYHOST>(0);
69
+ restClient->add<CURLOPT_CAINFO>("cacrt.pem");
70
}
71
72
0 commit comments