Disable TLS for RPC

TLS connections to `wownerod` sometimes don't get closed properly and
end up eating up lots of resources for the daemon.  Disable them until
it's fixed.
xmrpm
Matt Smith 3 years ago
parent 1985aba322
commit d341a0d3aa
Signed by untrusted user: asymptotically
GPG Key ID: 5162D20F840BDEF3

@ -12,3 +12,4 @@ rpc-bind-ip=0.0.0.0
rpc-bind-ipv6-address=::0
rpc-bind-port={{ wownerod_rpc_port }}
rpc-use-ipv6=1
rpc-ssl=disabled

Loading…
Cancel
Save