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. Thanks, Brijesh