steemit / steem

The blockchain for Smart Media Tokens (SMTs) and decentralized applications.
https://steem.com
Other
1.95k stars 793 forks source link

Unable to connect to websocket with TLS > TLSv1 #851

Closed Gandalf-the-Grey closed 6 years ago

Gandalf-the-Grey commented 7 years ago

Using cli_wallet I am unable to connect to secure websocket with TLSv1.1 or TLSv1.2

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;

mvandeberg commented 6 years ago

Closing, won't fix.