On Mon, 31 Jan 2011 19:59:55 +0100, Tobias Reckhard <d7a420beabeb4494@xxxxxxxxxxx> wrote: > 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 That would be a configuration issue on your server: http://www.phpmyadmin.net/localized_docs/en_GB/Documentation.html#faq1_39 Amos