Open
Description
I currently can't find a way to gracefully reload websockify in case the certificate changes.
With graceful I'd mean something similar to haproxy - when you reload haproxy, all existing connections are still served, but new ones receive the new certificate. At the moment, I restart websockify, which terminates any connections.
This would - I imagine - become more needed with let's encrypt, especially if they intend to shorten the certificate validity further.
If this is already possible, documentation would help in avoiding similar questions. ;)
Activity