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.
This commit is contained in:
Matt Smith 2021-04-14 18:38:51 +01:00
parent 1985aba322
commit d341a0d3aa
No known key found for this signature in database
GPG Key ID: 5162D20F840BDEF3
1 changed files with 1 additions and 0 deletions

View File

@ -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