You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the TLSFlags should be passed in explicitly by the user.
In addition, I'm not sure it is a good idea to have no verification by default in the json_rpc library. I would think that it is more common for safe modes, where possible, are turned off by users when necessary (ie. running tests locally).
The text was updated successfully, but these errors were encountered:
NinZine
changed the title
Cannot connect to Fantom because SNI hostname is not set
Cannot connect to Fantom through websockets because SNI hostname is not set
May 18, 2022
nim-web3/web3.nim
Line 83 in d260915
I guess the
TLSFlags
should be passed in explicitly by the user.In addition, I'm not sure it is a good idea to have no verification by default in the
json_rpc
library. I would think that it is more common for safe modes, where possible, are turned off by users when necessary (ie. running tests locally).https://github.com/status-im/nim-json-rpc/blob/335f292a5816910aebf215e3a88db8a665133e0e/json_rpc/clients/websocketclient.nim#L131
The text was updated successfully, but these errors were encountered: