Hi I'm having a bit of trouble implementing a Squid3 reverse HTTPS proxy for, among others, phpmyadmin. The initial connection to the phpmyadmin login page using HTTPS works fine, but after I enter my credentials, phpmyadmin redirects my browser to http://<url>, using a "302 Moved Temporarily" code and a "Location: http://<url>" header. Although that succeeds, since the Apache web server hosting phpmyadmin is in fact accessible unencrypted via port 80, it's not what I want. Does anyone here know how I can keep phpmyadmin from redirecting the browser away from HTTPS to HTTP? Cheers, Tobias