cygni / snakebot

http://snake.cygni.se
MIT License
2 stars 7 forks source link

WebSockets over SSL (wss) are not supported #95

Open maxdavidson opened 6 years ago

maxdavidson commented 6 years ago

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.