I observed problem, that when I log in via https://www.signless.com/phpmyadmin/
I am redirected to http://www.signless.com/phpmyadmin/index.php?lang=en-utf-8&token=xxx
Changing the protocol results in successful login.
The cause was that SSLOptions +StdEnvVars was not set in my apache configuration and therefore autodetection fails. Many vendors will have this as the default for .php files but in some cases it is not.
I suggest an entry in the FAQ:
--
When I try to connect via https, I can log in, but then my connection is redirected back to http. What can cause this behavior?
Be sure that you have enabled SSLOptions +StdEnvVars in your Apache configuration. See http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions
--
Another user reports the same problem in the forums:
http://sourceforge.net/forum/message.php?msg_id=3864671
Thanks!
JT
Logged In: YES
user_id=210714
Originator: NO
See also
https://sourceforge.net/tracker/index.php?func=detail&aid=1675249&group_id=23067&atid=377408
Merged in subversion, thanks.