-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING:websocket_server.websocket_server:SSL not available #99
Comments
I have same error when trying to connect via wss, both cert and key pems are in same folder as the script and 777 permissions |
i have same error when try start with SSL support |
I also had this problem, but it came from my setup... |
me too.... :( |
me too. same warning: then the exception: full exception output: |
I figured it out. It wants the full chain. |
Generated SSL crt and key from the official website of one provider of cloud service, and configured them to the nginx .conf. The ws could be connected from client side. |
I have not been able to get this to work (on a Mac). Same symptoms as above. Requests seem to be getting to the server but the server is not able to use the self-signed cert and key files. Has anyone figured this out? INFO:websocket_server.websocket_server:Listening on port 4567 for clients..
|
I inserted the key.pem and cert.pem in the same directory with the py script and tried to specify the absolute path and relative path and got the same error. (777 permissions)
WARNING:websocket_server.websocket_server:SSL not available (are the paths key.pem and cert.pem correct for the key and cert?)
The text was updated successfully, but these errors were encountered: