How to use OpenSSL in PHP?

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
oneplusdave
Forum Newbie
Posts: 5
Joined: Thu Jul 29, 2010 12:31 am

How to use OpenSSL in PHP?

Post by oneplusdave »

I would like to know how to use OpenSSL in my PHP forms, especially in logging in.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: How to use OpenSSL in PHP?

Post by Christopher »

Not OpenSSL, just SSL using HTTPS. Just have your URLs use https:// instead of http://. I assume your server is setup for HTTPS.
(#10850)
prioryjim
Forum Newbie
Posts: 3
Joined: Tue Aug 03, 2010 2:12 am

Re: How to use OpenSSL in PHP?

Post by prioryjim »

My ISP provides web space with PHP and mysql.
But doesn't provide https.
Looking at most web forums your registration details seem to be in plain old html.
I think https adds more load to the server, although if it's only used on pages that need it this should be minimal.
Jim
Post Reply