I have this server
And I want to connect to the server with this code:
ws = create_connection("wss://127.0.0.1:9000")
What options do I need to add to create_connection? Adding sslopt={"cert_reqs": ssl.CERT_NONE} does not work:
websocket._exceptions.WebSocketBadStatusException: Handshake status 400
websocket, that seems seriously out of date. Trywebsocketsorwebsocket-clientinstead.