Found error while doing ripple transaction as [NotConnectedError(self signed certificate)]
Found error while doing ripple transaction as [NotConnectedError(self signed certificate)]
I have used this property as
[port_ws_admin_local] port = 6006 ip = server_ip admin = server_ip protocol = wss
Getting error [NotConnectedError(self signed certificate)]
https://ift.tt/2sAunlT
You are using nodejs? If so, you need a valid certificate or you need to add this line in your nodejs script
ReplyDeleteprocess.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"; //add to use a self-signed cert