Read ssl data from PHP socket_listen()

Posted by Regof on Stack Overflow See other posts from Stack Overflow or by Regof
Published on 2010-04-19T19:59:40Z Indexed on 2010/04/25 23:03 UTC
Read the original article Hit count: 175

Filed under:
|

Lets say a listening socket is created in PHP, and it accepts a secure connection. How do I know that it's encrypted and how do I decode it?

© Stack Overflow or respective owner

Related posts about php

Related posts about sockets