On 4/2, we upgraded SolarWinds. Now when I click on a APM: HardwareSensorDetailsURL in an alert, the link no longer works. I noticed that the port number now contains 80 (https://server name:80/Orion/View.aspx?NetObject=AHS:916) where before it was 443. When we switched over to use SSL a few months ago, I found a discussions where it said to run the following query (update websites set sslenabled = 1, port = 443 where servername = 'servername') which worked, but obviously it was not the correct way to retain the settings.
How should this really be done? I found a custom.config.txt file in the /inetpub/solarwinds/orion folder, but didn't find a custom.config file.
There are entries in the ConfigurationWizard.log.2 file that was ran on that day.
The IIS Manager shows the website setup with a port of 80 and a SSL port of 443.