allinurl / gwsocket

fast, standalone, language-agnostic WebSocket server RFC6455 compliant
http://gwsocket.io
MIT License
745 stars 67 forks source link

Add TLS/SSL Support #8

Closed allinurl closed 7 years ago

allinurl commented 7 years ago

Add support for wss:// connections.

allinurl commented 7 years ago

TLS/SSL has been implemented. To build:

$ ./configure --with-openssl
$ make
# make install

and run as:

# gwsocket --ssl-cert=<path/cert> --ssl-key=<path/priv.key>