Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How is SSL done with PHP / MySQL 1

Status
Not open for further replies.

btween

Programmer
Joined
Aug 7, 2003
Messages
338
Location
US
Hi.

I need to put this form that collects sensitive data on a ssl server. How is this done with PHP running on linux.

any help on this is appreciated.
 
The usual way, with SSL running on the web server. PHP and MySQL don't use SSL themselves. If the web server runs SSL, then you can use https:// urls.

If you mean that the web server and mysql server are on different systems and you want to secure that communication, then I don't know. I'd look at a vpn solution.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top