Skip to content

Commit f317f8a

Browse files
authored
Update marc_api.cpp
1 parent 4ec0405 commit f317f8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/marc_api.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ MarcRestClient::MarcRestClient()
6464
{
6565
cookieStore.set_file(""); // init cookie engine
6666
restClient->reset(); // reset debug->std:cout function
67+
restClient->add<CURLOPT_SSL_VERIFYHOST>(0);
68+
restClient->add<CURLOPT_SSL_VERIFYPEER>(0);
6769
}
6870

6971

0 commit comments

Comments
 (0)