Page 1 of 1

Web Socket URL

PostPosted: Wed Jul 10, 2019 9:06 am
by hansg
Hi,

Got a bit of an issue. I was trying to setup my server with a SSL certificate so that I could use https for viciphone.

I changed my Web Socket URL to "wss://XXXX.XXXXX:8089/ws" like it says after using certbot SSL Setup.

Apparently my SSL is not working and I am now unable to access my vicibox to change that setting back to the default again. Is there a way I can change this setting using SSH?

Re: Web Socket URL

PostPosted: Fri Jul 12, 2019 4:20 pm
by thephaseusa
Ssh to /etc/apache2/vhosts.d open 1111-default-ssl.conf
SSLEngine on. Change to off
Restart apache

Re: Web Socket URL

PostPosted: Mon Jul 15, 2019 5:57 pm
by hansg
Perfect. Thank you for that.