Hello multichain developers~
I have questions because I have difficulty using rpcssl.
Below is my multichain.conf.
-----------------multichain.conf-----------------
rpcuser=multichainrpc
rpcpassword=88888888
rpcport=4443
rpcallowip=192.168.0.0/24
rpcssl=1
rpcsslcertificatechainfile=server.cert
rpcsslprivatekeyfile=server.pem
rpcsslciphers=TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH
server=1
-------------------------------------------------
And then ran multichain through $ multichaind test -daemon.
If i enter
$ multichain-cli test getinfo,
I get a response:
error: no response from server.
Also, if i enter
$ curl --user multichainrpc --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' https://192.168.0.125:4443/
I get a response:
curl: (35) gnutls_handshake() failed: The TLS connection was non-properly terminated.
The above settings are all.
How can i use rpcssl?? TT