Merge pull request #175 from stoffu/nossl

turn off SSL when connecting to the daemon
This commit is contained in:
moneroexamples 2019-04-05 15:06:32 +08:00 committed by GitHub
commit fb73c1c106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ rpccalls::rpccalls(string _deamon_url,
m_http_client.set_server(
deamon_url,
boost::optional<epee::net_utils::http::login>{});
boost::optional<epee::net_utils::http::login>{}, epee::net_utils::ssl_support_t::e_ssl_support_disabled);
}
bool