I have a firewall between my Orion server and my clients and the only port I allow is TCP/443 (https). When my clients try to view the front-end GUI, the attachment to this post is what is returned.
When viewing Orion website in SSL, pages do not render properly because of CSS stylesheet references in HTML denote HTTP, not HTTPS. The "View source" information from the HTML denotes the following:
CSS is specified in file as http:
<link rel="stylesheet" type="text/css" href= "http://netmon.ruan.com/SolarWinds.css ">
<link rel="stylesheet" type="text/css" href= "http://netmon.ruan.com/Events.css ">
<link rel="stylesheet" type="text/css" href= "http://netmon.ruan.com/WebEngine/Resources/Ruan v3.css">
This is causing the issue. My clients cannot access the stylesheets via http://.... because https:// is the only allowed port. I have the Hotfix 1 for 8.1 applied. This has no effect.