Skip to content

Commit

Permalink
Update marc_api.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rusdevops authored Nov 21, 2017
1 parent f317f8a commit 8b6d0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/marc_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ MarcRestClient::MarcRestClient()
{
cookieStore.set_file(""); // init cookie engine
restClient->reset(); // reset debug->std:cout function
restClient->add<CURLOPT_SSL_VERIFYHOST>(0);
restClient->add<CURLOPT_SSL_VERIFYPEER>(0);
restClient->add<CURLOPT_SSL_VERIFYHOST>(0);
restClient->add<CURLOPT_CAINFO>("cacrt.pem");
}


Expand Down

0 comments on commit 8b6d0ed

Please sign in to comment.