I need to run a site over ssl. The domain is pointing to a certain shared IP of a hosting space. Let's pretend I don't have access to the DNS management.
-If the original request is https, Can I set up a redirect through the shared space to a new space with a dedicated IP and still run over https?
-Would I have to redirect https requests to http for the middle-man IP, and then back to https for the dedicated IP space?