How to handle the SSL Certificate Error when logging into SiteWorx

OK, I should of asked this long ago, but didnt.

For this example we will use the fictious domain name of mysiteworx.com

Lets say I want to login to SiteWorx and I use the URL of http://mysiteworx.com/siteworx and I am immediately rerouted https://mysiteworx.com:2443/siteworx/siteworx.php

As I am rerouted to https://mysiteworx.com:2443/ the domain mysiteworx.com doesn’t have a SSL Certificate and immediately I get the browser ssl certificate error and nasty page, depending on which browser you are using.

My question how do I work around this?

If my servers name is my.siteworxserver.com and I have a SSL certificate for my.siteworxserver.com would a redirect to https://my.siteworxserver.com:2443/ be the way to go?

Or is there some other work around?

On mine I changed the siteworx redirect line in /etc/httpd/conf.d/iworx.conf to:

RewriteRule ^/siteworx(/)?$ https://my.siteworxserver.com:2443/siteworx/?domain=%{HTTP_HOST} [R,L]