Page 1 of 1
How to use OpenSSL in PHP?
Posted: Mon Aug 02, 2010 9:32 am
by oneplusdave
I would like to know how to use OpenSSL in my PHP forms, especially in logging in.
Re: How to use OpenSSL in PHP?
Posted: Mon Aug 02, 2010 4:33 pm
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.
Re: How to use OpenSSL in PHP?
Posted: Tue Aug 03, 2010 3:02 am
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