Hi, I need to write a simple https server using openssl ,
I need to just receive https post from the client and return response 201. is it possible use s_server code given in the openssl source to implement a simple https server . ? pls through some light on how to write a simple https server .. I don't want to use Nginx or Apache server which are heavy for my requirement ---Indra