Comment 7 for bug 1777180

Revision history for this message
Jason Stephenson (jstephenson) wrote :

I've been testing this on two VMs with Ubuntu 16.04. So far it has worked without load.

I have also been using it without a proxy set up. We might want to amend the installation instructions to include how to run it so it works without a proxy. I've found that the following command line basically works:

sudo -b nohup /usr/local/bin/websocketd --port 7682 --ssl --sslcert=/etc/apache2/ssl/server.crt --sslkey=/etc/apache2/ssl/server.key /openils/bin/osrf-websocket-stdio

It should be noted that you should combine your cert and separate certificate chain file or CA certs into one file.