mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
turn off SSL when connecting to the daemon
This commit is contained in:
parent
4df4e11776
commit
137746092c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue