Hello there, just wondering how to start a websocket server and start it, NO Phusion Passenger, No tools, I want it fully with using the low end python socket librarie and thank you..
Start a TLS web socket server
Sorry for the typos, i see that i can start a socket server after reserving a port, but i want it to be safe with TLS/SSL
okba your application need to listen on reserved port with HTTPS
support.
If you want your application to work on port 443
, you need to enable HTTPS
option for a proxy type
: https://docs.serv00.com/WWW/#proxy
(HTTPS
option works only with HTTPS applications).
- Edited
Thank you, But where do I get the certificate file and key ?