So configuring the SSL cert on the DPA server is a bit of a headache and my company as a practice requires certs to be to be updated annually. So I decided to offload the SSL and put DPA behind an F5 VIP for convenience as it's much easier to update the cert there than it is to mess with apache and java on Windows. Now this works great my DBAs can access DPA by using (dpa.domain.tld) and it's nice and secure. My Orion integration will also work except for when you click on a link from Orion that would normally take you into DPA. The problem I'm having is there appears to be an item hard coded on the Orion side that when it's pointing directly to the host will drop in the full path such as: hostname:8124/.../currentDB.iwc course because I've now told Orion to use dpa.domain.tld:8124 the issue I have is the URL Orion now tries to send users to from Orion into DPA drops the HTTPs. So it comes out like dpa.domain.tld:8124/iwc/currentDB.iwc?db_id=11&pm=P&repo_id=1 and of course drops a big error. Has anyone else seen this type of behavior or have any ideas where the particular path being used on the Orion side can be adjusted or changed? I've been going around with supports for months on this and haven't been able to make any real progress and I've not been able to locate where or how that URL is built on the Orion side.