simple-websocket-server icon indicating copy to clipboard operation
simple-websocket-server copied to clipboard

Browser fails to open 'https://localhost:443/tests/websocket.html'

Open KrrishnaShah opened this issue 3 years ago • 0 comments

After following step up to 3 in the section 'TLS/SSL Example'

FIY: both the servers are running i.e.

python tests/simple_https_server.py and python tests/example_server.py --example chat --ssl 1

but no response

I also tried to connect wss with ws client (i.e. 'WebSocket Test Client' a google chrome extension) but it throws 'error'

Someone please guide me on 'how to connect wss client with this server' .......

KrrishnaShah avatar Apr 19 '21 22:04 KrrishnaShah