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

Comments

  1. You are using nodejs? If so, you need a valid certificate or you need to add this line in your nodejs script

    process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"; //add to use a self-signed cert

    ReplyDelete

Post a Comment

Popular posts from this blog

What exactly is a block?

Firmware With Unlocked Overclock for Bitmain Antminer Z9 Equihash ASIC Miners

How to use this nodejs script (by:Raghav Sood) that have been posted on the stackexchange