You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2026. It is now read-only.
Currently it is impossible to connect with Mattermost serwer (10+) due to bug WARNING mattermostdriver.websocke Failed to establish websocket connection: Cannot create a client socket with a PROTOCOL_TLS_SERVER context (_ssl.c:811)
Proposed solution is to change ssl.Purpose.CLIENT_AUTH to ssl.Purpose.SERVER_AUTH line 29 in websocket.py file
Currently it is impossible to connect with Mattermost serwer (10+) due to bug
WARNING mattermostdriver.websocke Failed to establish websocket connection: Cannot create a client socket with a PROTOCOL_TLS_SERVER context (_ssl.c:811)Proposed solution is to change
ssl.Purpose.CLIENT_AUTHtossl.Purpose.SERVER_AUTHline 29 inwebsocket.pyfile