Revert "turn off SSL when connecting to the daemon"

This reverts commit 137746092c.
This commit is contained in:
fuwa 2019-06-04 06:52:28 +08:00
parent 532599e6f3
commit dc8fe99a15
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>{}, epee::net_utils::ssl_support_t::e_ssl_support_disabled);
boost::optional<epee::net_utils::http::login>{});
}
bool