1
21.1 Legacy Series / Re: ERR_SSL_PROTOCOL_ERROR GUI
« on: January 30, 2021, 12:49:06 pm »
I had the same problem. Renewal of the self signed cert as pointed out by @Fright fixed it. Thank you.
In Firefox this error is shown as: SSL_ERROR_INTERNAL_ERROR_ALERT
Background:
In OPNsense 20.7.8 the lighttpd upgrade from 1.4.55_1 to 1.4.58 broke the web-gui.
The command opnsense-revert executed via serial console restored it:
opnsense-revert -r 20.7.6 lighttpd && configctl webgui restart
Thread: https://forum.opnsense.org/index.php?topic=20514.15
The upgrade to OPNsense 21.1 again broke the web-gui and the above command did not help.
The renewal of the self signed cert, as pointed out by @Fright fixed it permanently
configctl webgui restart renew
In Firefox this error is shown as: SSL_ERROR_INTERNAL_ERROR_ALERT
Background:
In OPNsense 20.7.8 the lighttpd upgrade from 1.4.55_1 to 1.4.58 broke the web-gui.
The command opnsense-revert executed via serial console restored it:
opnsense-revert -r 20.7.6 lighttpd && configctl webgui restart
Thread: https://forum.opnsense.org/index.php?topic=20514.15
The upgrade to OPNsense 21.1 again broke the web-gui and the above command did not help.
The renewal of the self signed cert, as pointed out by @Fright fixed it permanently
configctl webgui restart renew