Closed Gandalf-the-Grey closed 6 years ago
Using cli_wallet I am unable to connect to secure websocket with TLSv1.1 or TLSv1.2
cli_wallet
steem@seed7:~$ ./bin/cli_wallet-v0.16.3 -swss://localhost:8090 Logging RPC to file: logs/rpc/rpc.log 403302ms th_a main.cpp:154 main ] wdata.ws_server: wss://localhost:8090 0 exception: unspecified TLS handshake failed {"message":"TLS handshake failed"} asio websocket.cpp:513 operator() {"uri":"wss://localhost:8090"} th_a websocket.cpp:699 secure_connect {"uri":"wss://localhost:8090"} th_a websocket.cpp:673 connect
to reproduce, for example use nginx's proxy_pass with ssl_protocols TLSv1.1 TLSv1.2;
nginx
proxy_pass
ssl_protocols TLSv1.1 TLSv1.2;
Closing, won't fix.
Using
cli_wallet
I am unable to connect to secure websocket with TLSv1.1 or TLSv1.2to reproduce, for example use
nginx
'sproxy_pass
withssl_protocols TLSv1.1 TLSv1.2;