Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 11252 invoked from network); 15 Apr 2009 05:20:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Apr 2009 05:20:22 -0000 Received: (qmail 91422 invoked by uid 500); 15 Apr 2009 05:20:21 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 91347 invoked by uid 500); 15 Apr 2009 05:20:21 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 91336 invoked by uid 99); 15 Apr 2009 05:20:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2009 05:20:21 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of prvs=135602b80c=bdeo@sonicwall.com designates 67.115.118.12 as permitted sender) Received: from [67.115.118.12] (HELO es8000.sonicwall.com) (67.115.118.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2009 05:20:13 +0000 Received: from es8000.sonicwall.com (127.0.0.1) by es8000.sonicwall.com (MlfMTA v3.2r9) id hsln3e0171sp for ; Tue, 14 Apr 2009 22:18:26 -0700 (envelope-from ) Received: from US0EXF08.us.sonicwall.com ([10.50.128.134]) by es8000.sonicwall.com (SonicWALL 7.0.0.1373) with ESMTP; Tue, 14 Apr 2009 22:18:26 -0700 Received: from BLR0EX11.us.sonicwall.com ([10.195.1.52]) by US0EXF08.us.sonicwall.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 14 Apr 2009 22:19:51 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C9BD89.CC567A61" Subject: How to implement a Https service using the core api? Date: Wed, 15 Apr 2009 10:49:48 +0530 Message-ID: <73424E6C8083734988853653370066900125265E@BLR0EX11.us.sonicwall.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to implement a Https service using the core api? Thread-Index: Acm9icu3dDzeaclKSROFMkztx1nWgA== From: "Brijesh Deo" To: X-OriginalArrivalTime: 15 Apr 2009 05:19:51.0739 (UTC) FILETIME=[CDC838B0:01C9BD89] X-Mlf-Version: 7.0.0.1373 X-Mlf-UniqueId: o200904150518260053919 X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C9BD89.CC567A61 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 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). =20 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. =20 Thanks, Brijesh =20 ------_=_NextPart_001_01C9BD89.CC567A61--