How to use OpenSSL in PHP?
Moderator: General Moderators
-
oneplusdave
- Forum Newbie
- Posts: 5
- Joined: Thu Jul 29, 2010 12:31 am
How to use OpenSSL in PHP?
I would like to know how to use OpenSSL in my PHP forms, especially in logging in.
- 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?
Not OpenSSL, just SSL using HTTPS. Just have your URLs use https:// instead of http://. I assume your server is setup for HTTPS.
(#10850)
Re: How to use OpenSSL in PHP?
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
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