kerryjiang / SuperSocket

SuperSocket is a light weight, cross platform and extensible socket server application framework.
Apache License 2.0
3.91k stars 1.15k forks source link

superwebsocket version 0.6.0.0 and TLS #611

Open aliahaider opened 1 year ago

aliahaider commented 1 year ago

What versions of tls are supported by superwebsocket version 0.6.0.0? When I use supersocket.websocket version 1.6.6.1 it works for tls1.2 but the older version 0.6.0.0.0 keeps saying "Websocket Server temporarily unavailable, please try later" The only log I see when I try to conenct to the url with version 0.6.0.0 is: 2022-11-01 13:48:22,237 [8300] INFO SuperWebSocket [PID:2116] (:0) - Session: 2098296e-2c0f-4e4a-a879-9ed8fea47d29/10.16.9.132:49672 New SocketSession was accepted!

My setup and config is very similar to what I am using for 1.6.6.1. I am wondering it could be because 0.6.0.0.0 may not support tls 1.2? Does it support tls 1.0 or 1.1?