allinurl/gwsocket

Add TLS/SSL Support

allinurl opened this issue · 1 comments

Add support for wss:// connections.

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>