PHP scripts via http and https = NOT THE SAME!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wad
Forum Newbie
Posts: 8
Joined: Wed May 14, 2003 10:26 am
Location: Tucson, AZ
Contact:

PHP scripts via http and https = NOT THE SAME!

Post 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!
wad
Forum Newbie
Posts: 8
Joined: Wed May 14, 2003 10:26 am
Location: Tucson, AZ
Contact:

Post 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.
Post Reply