When attempting to connect to `wss://snake.cygni.se/`, the connection is refused (`ECONNREFUSED`). In order to support WebSockets over SSL, we need to set up the certificates and configure the Spring app to use them.
When attempting to connect to
wss://snake.cygni.se/, the connection is refused (ECONNREFUSED).In order to support WebSockets over SSL, we need to set up the certificates and configure the Spring app to use them.