Hi all
I have installed Quickbox, latest 2.4.4 version on my seedbox, clean ubuntu 16.04 install.
When i tried to use the guide on the wiki for using letsencrypt it suddenly stopped working, and now i just get the following message when trying to access my https://mydomain:
Error code: SSL_ERROR_RX_RECORD_TOO_LONG
The following sed command did not work either:
sed -i “s|DocumentRoot /var/www/html|DocumentRoot /srv/rutorrent/home/|g” /etc/apache2/sites-enabled/000-default-le-ssl.conf && service apache2 restart
I got the following message when doing that:
sed: can’t read /etc/apache2/sites-enabled/000-default-le-ssl.conf: No such file or directory
Anyway, does anyone have any idea on how i can fix this or just revert back to the old configuration files for the “standard” ssl? Because as of right now my webserver to access everything does not work at all.