PHP and SSL
Posted: Sat Mar 22, 2003 1:28 pm
Hi,
in a webshop i've made I'm using a SSL to complete the form handling. The thing I'm wondering about is if this method is actually using the SSL. This is have it is today.
Form (action is https://the handle file.php, then the user is sent over on the SSL) --> The handle file.php (at the end of the handle file there is a header sending the user back to normal HTTP and out of the SSL).
The handle file's mission is to send the form as an e-mail. So I'm wondering if this method is good enough? When the users are sent back to HTTP in the handle file there pop up this security warning saying that you are sent to an unsecured site. I still don't have a valid sertificate sp is this why? I also get a sertificate warning when redirected to the SSL, but I know this is because of not having a valid sertificate.
Sertificate is under process by the way
. Just Verisign pulls there finger out 
in a webshop i've made I'm using a SSL to complete the form handling. The thing I'm wondering about is if this method is actually using the SSL. This is have it is today.
Form (action is https://the handle file.php, then the user is sent over on the SSL) --> The handle file.php (at the end of the handle file there is a header sending the user back to normal HTTP and out of the SSL).
The handle file's mission is to send the form as an e-mail. So I'm wondering if this method is good enough? When the users are sent back to HTTP in the handle file there pop up this security warning saying that you are sent to an unsecured site. I still don't have a valid sertificate sp is this why? I also get a sertificate warning when redirected to the SSL, but I know this is because of not having a valid sertificate.
Sertificate is under process by the way