dpallot / simple-websocket-server

A python based websocket server that is simple and easy to use.
951 stars 319 forks source link

bump TLS version to keep compatibility with chrome #97

Closed szabadkai closed 1 year ago

szabadkai commented 4 years ago

Chrome browser started to deprecate TLS1.0 in 2020. bupming the protocol to 1.2 keeps it alive for an other while.