Web Hosting Talk







View Full Version : SSL and "page not found" -- double clicking sort of....


dico
03-11-2002, 06:43 PM
Hi There,

I just installed a SSL cert on my Raq4r and when I click on a https:// link the FIRST time it is like the mouse double clicks real fast (you know, you hear that 'click click' noise in IE). Then I get a "Page not found Error". If I click Refresh or click back and click on the button again (I am submitting a form) everything works fine.

However, I need things to work fine right from the start. Anyone know what the problem could be?

Thanks,

-dr

dico
03-11-2002, 09:24 PM
Figured it out...

The form was calling $PHP_SELF, when I changed this to the actual page name it worked fine... silly, thing I guess. One has a leading / and the other doesn't. Makes a big difference though.

Hope this helps someone,

-dr

dico
03-11-2002, 10:00 PM
I thought I had found the problem... but it appears that there is something else that is wrong, and not the $PHP_SELF variable that i mentioned above...

going through the form in http:// everything works fine.... however when I switch to https://, then we get a problem.

any insights?

-dr