Page 1 of 1

PHP scripts via http and https = NOT THE SAME!

Posted: Fri May 30, 2003 3:48 pm
by wad
I wrote a very nice PHP script. It works fine when the user gets to it via http. When the user gets to it via https, however, it fails.

What happens is that clicking the submit button on one particular form causes no POST variables to be passed. I don't know why. I wish it would just work the way it was designed to. One would think that the SSL would be transparent, that it wouldn't matter if the user was using a secure server to get to it or not. Alas, no.

I welcome any thoughts on this matter!

Posted: Fri May 30, 2003 3:49 pm
by wad
I should add that I'm using OpenSA (http://www.opensa.com) which is a ssl-enabled version of Apache 1.3.27, binaries for Win32 install. I'm also using Win2000, and PHP 4.3.2.