turn off SSL when connecting to the daemon

This commit is contained in:
stoffu 2019-04-05 15:24:41 +09:00 committed by wowario
parent 4df4e11776
commit 137746092c

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