seisatsu / DennisMUD

Dennis MUD - A multiplayer text adventure sandbox engine where the players build the world with in-game commands.
https://dennismud.xyz/
MIT License
47 stars 6 forks source link

Warn on WSS connection if cert is expired #98

Closed seisatsu closed 3 years ago

seisatsu commented 3 years ago

When a client attempts a connection over Secure Websockets, we should give an error if the certificate is expired, instead of allowing them to silently disconnect.

seisatsu commented 3 years ago

Partially resolved in 07bb275.