Return-Path: Delivered-To: apmail-jakarta-httpclient-user-archive@www.apache.org Received: (qmail 58144 invoked from network); 19 Jul 2006 08:03:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 08:03:49 -0000 Received: (qmail 95176 invoked by uid 500); 19 Jul 2006 08:03:47 -0000 Delivered-To: apmail-jakarta-httpclient-user-archive@jakarta.apache.org Received: (qmail 95161 invoked by uid 500); 19 Jul 2006 08:03:47 -0000 Mailing-List: contact httpclient-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: "HttpClient User Discussion" Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-user@jakarta.apache.org Received: (qmail 95150 invoked by uid 99); 19 Jul 2006 08:03:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 01:03:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [212.27.42.30] (HELO smtp4-g19.free.fr) (212.27.42.30) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 01:03:46 -0700 Received: from imp1-g19.free.fr (imp1-g19.free.fr [212.27.42.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 448D2548A0 for ; Wed, 19 Jul 2006 10:03:25 +0200 (CEST) Received: by imp1-g19.free.fr (Postfix, from userid 33) id 360856E7B; Wed, 19 Jul 2006 10:03:25 +0200 (CEST) Received: from 228-33-118-80.kaptech.net (228-33-118-80.kaptech.net [80.118.33.228]) by imp1-g19.free.fr (IMP) with HTTP for ; Wed, 19 Jul 2006 10:03:25 +0200 Message-ID: <1153296205.44bde74d21ae2@imp1-g19.free.fr> Date: Wed, 19 Jul 2006 10:03:25 +0200 From: Nicolas =?iso-8859-1?b?Um91Z+k=?= To: httpclient-user@jakarta.apache.org Subject: SSL/TLS session MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 80.118.33.228 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm writing a reverse proxy, which handles requests from multiple clients. The proxy forwards all the request to a server using HTTPS protocol, using httpclient 2.0.2 (+ IBM or Sun JSSE). I'm using EasySSLProtocolSocketFactory, and my proxy runs on a JRE 1.3.1. I have a question concerning SSL/TLS sessions (ie HTTPS persistent connections) : how can I do to prevent the full handshake mecanism for each connection my proxy opens to the server ? Apparently, SSL/TLS session is attached to an instance of SSLContext, so sharing the same instance of SSLContext seems to work. I am right ? Thanks in advance. Nicolas --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-user-help@jakarta.apache.org