|
25 chars of wasted space.
|
Does anyone know how to work with SSL using PHP? I'm trying to follow this secure cookie protocol, but I need to obtain the session key. I don't really understand how SSL works, and have never worked with it before, so any help, or even pointing me to a good tutorial (haven't been able to find one) would be amazing.
|
|
|
quote |
|
Member
Join Date: May 2007
|
If you just want encrypted traffic, then nothing special needs to be done. The web server will handle the SSL and PHP will work as normal. If you actually want to dig into SSL certificates and the like, then you need a version of PHP that has openssl enabled. I have also used CURL enabled PHP to fetch/submit SSL encoded HTTPD requests, such as needed for credit card processors.
|
|
|
quote |
| Posting Rules | Navigation |
|
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IE sucks and PHP isn't working | Kraetos | Programmer's Nook | 12 | 2006-09-01 15:39 |
| please explain 'class' in PHP | nassau | Programmer's Nook | 12 | 2006-07-13 13:36 |
| PHP vs all the others? | nassau | Programmer's Nook | 18 | 2006-06-29 03:49 |
| PHP installation issues | ThunderPoit | Programmer's Nook | 17 | 2006-03-17 10:25 |
| Generating XML for Newsfeed (MovableType and PHP) | drewprops | Genius Bar | 3 | 2005-01-21 23:32 |