I'm running an web application that I developed using CakePHP(1.3) on cloudControl.
Using their piggyback SSL, I can access the app fine via https:// but all redirects go to http://.
If I manually change the url, I can access everything via https:// but this only persists until the next time a redirect is issued, and then I'm back on http://.
This doesn't happen in my local environment, so I'm wondering if it's something to do with cloudControl, or the piggyback SSL.
How can I prevent being unexpectedly redirected from https:// to http://?