${N=SwisEntity;M=DetailsUrl} is not an FQDN URL, so we get SSL certificate errors when we click the links and are part of a much larger organization so we are not the root domain. I can't remember if we had to do some edits to the database to get to this point or not, but ${N=Alerting;M=AlertDetailsUrl} and ${N=Alerting;M=AcknowledgeUrl} ARE FQDN URLs. ${N=SwisEntity;M=Node.DetailsUrl} appears to only go to the hostname of the server and not a cname alias, and is also not FQDN
Example Output in an alert:
Example server name: swserver1.a.b.com
Example DNS alias pointing to swserver1.a.b.com: solarwinds.a.b.com
${N=SwisEntity;M=DetailsUrl} = https://solarwinds:443/Orion/...
${N=Alerting;M=AlertDetailsUrl} = https://solarwinds.a.b.com:443/Orion/...
${N=Alerting;M=AcknowledgeUrl} = https://solarwinds.a.b.com:443/Orion/...
${N=SwisEntity;M=Node.DetailsUrl} = https://swserver1:443/Orion/...