I have googled around it and did not find much around it. There was one question on stack overflow regarding simple socket written in C to SSL socket, but i want that in PHP.
I am using a HTTP server written in PHP, whose details can be found in SocketDaemon.php
in this link. The problem is that it is a simple http server with simple read writes which i want to wrap and make an SSL connection to this server, and make it listen to port 443.
Can i have some pointers on how to go about it.