Page 1 of 1

SSL (Don't know where to start)

Posted: Mon Feb 20, 2006 8:07 pm
by pennythetuff
Hey everyone,
I'm wanting my registration form to work through https. I have openssl 0.9.8a setup, and I have a certificate, I just don't know what to do with it PHP wise. If anyone could help I'd greatly appriciate it.

Posted: Mon Feb 20, 2006 8:32 pm
by josh
If you have added the mod_ssl to apache and enabled port 443 then there's nothing to do except for the users to use https://

Posted: Mon Feb 20, 2006 8:33 pm
by pennythetuff
That's it!? That makes my life so much easier.