Network Management
Unable to access the Orion Web Console with Chrome or Firefox
Orion Web Console is not accessible through Chrome or Firefox but works through Internet Explorer 11.
First published date
Last published date
Overview
(Screenshots property of © 2021 Google)
Product section
Cause
Internet Explorer 11 does not currently support TLS 1.3 and fell back to TLS 1.2 instead.
Resolution
- Backup the Registry before proceeding.
- Edit the Registry using RegEdit
- Locate the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Server
- Set:
Enabled = 0 DisabledByDefault = 1
- Locate
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client
- Set:
Enabled = 0 DisabledByDefault = 1
- Reboot the Orion server for the settings to take effect.
You should now be able to access the Orion Web Console using Chrome and Firefox.
More information on adding, modifying and deleting registry values is available here:
https://support.microsoft.com/en-us/help/310516/how-to-add-modify-or-delete-registry-subkeys-and-values-by-using-a-reg (© 2021 Microsoft, Inc., available at https://www.microsoft.com/ , obtained on January 19, 2021)