Page 1 of 1
password sent over an unencrypted link
Posted: Sat Jul 07, 2007 2:04 pm
by mdc
If I put the login page on an https connection, my browser still complains that the "information you are submitting is sent over an unencrypted link". Is there a fix for this? (version 1.0.

Re: password sent over an unencrypted link
Posted: Sat Jul 07, 2007 5:15 pm
by Pierre M.
Hello,
How do you "put the login page on an https connection" ?
Please tell us more about your hosting configuration.
Pierre M.
Re: password sent over an unencrypted link
Posted: Sun Jul 08, 2007 12:47 pm
by mdc
I have an https server and a http server (apache). If I use
https://server/admin I can login, but it then redirects me to
http://server/admin (no SSL). Is there some way to rename all of the admin pages to be https pages?
Re: password sent over an unencrypted link
Posted: Sun Jul 08, 2007 2:42 pm
by tsw
there was a nice trick introduced on this forum some time ago (basically config.php checked if you are on https connection and changed all urls to https)
try searching the forum a bit
and it might be even introduced in 1.1svn version...