turn off SSL when connecting to the daemon

This commit is contained in:
stoffu 2019-04-05 15:24:41 +09:00
parent ae385ac6b2
commit bb3a14ffb5
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012
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