SSL (Don't know where to start)

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
pennythetuff
Forum Newbie
Posts: 22
Joined: Sun Feb 19, 2006 6:05 pm
Location: Kokomo, Indiana

SSL (Don't know where to start)

Post 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.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post 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://
pennythetuff
Forum Newbie
Posts: 22
Joined: Sun Feb 19, 2006 6:05 pm
Location: Kokomo, Indiana

Post by pennythetuff »

That's it!? That makes my life so much easier.
Post Reply