OPNsense Forum

Archive => 21.1 Legacy Series => Topic started by: KeyHand on June 04, 2021, 03:54:57 pm

Title: ERR_SSL_PROTOCOL_ERROR after reboot
Post by: KeyHand on June 04, 2021, 03:54:57 pm
I'm configuring a new OPNsense instance and have been rebooting the system quite frequently when testing.  Each time the system comes back up I'm faced with an `ERR_SSL_PROTOCOL_ERROR` when attempting to access the web interface.

Searching around for similar issues (https://forum.opnsense.org/index.php?topic=20514.0), I found that running

Code: [Select]
configctl webgui restart
from the console was enough to regain access to the web interface.  Granted I won't intentionally be rebooting the system very frequently.  But this is the last thing I'd want to be dealing with after an unexpected restart.

Can anyone shed some light on what's happening here?
Title: Re: ERR_SSL_PROTOCOL_ERROR after reboot
Post by: Mitzsch on June 17, 2021, 04:56:52 pm
Maybe your (hardware) clock is out of sync. I had this once on my machine, where the bios clock was out of sync (battery was empty), after setting it up again, everything worked again. If you donĀ“t run bare metal, in hyper-v there is an option called "clock-sync" make sure it says "enabled".
Title: Re: ERR_SSL_PROTOCOL_ERROR after reboot
Post by: KeyHand on June 20, 2021, 02:01:21 pm
This instance of OPNsense is running under QEMU, so it could be a clock issue.  Something to look into.  Thanks for the tip.