Brijesh Deo wrote:
Hi,
I have created a HttpServer on the lines of the sample code
'ElementalHttpServer'
(http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/
src/examples/org/apache/http/examples/ElementalHttpServer.java).
I need to support Https on this server. What is required to make it
secure?
I want to use my self signed SSL certificate to begin with and want to
keep the provision to later replace it with a commercial SSL
certificate.
Please let me know.
It is all pretty much the same. You just need to create SSLServerSocket
instead of ServerSocket.
Oleg
Thanks,
Brijesh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]