Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B4134180B5 for ; Wed, 2 Mar 2016 03:52:18 +0000 (UTC) Received: (qmail 7642 invoked by uid 500); 2 Mar 2016 03:52:18 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 7604 invoked by uid 500); 2 Mar 2016 03:52:18 -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 7589 invoked by uid 99); 2 Mar 2016 03:52:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2016 03:52:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 12E562C1F56 for ; Wed, 2 Mar 2016 03:52:18 +0000 (UTC) Date: Wed, 2 Mar 2016 03:52:18 +0000 (UTC) From: "David (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HTTPCLIENT-1726) The deprecated SSLSocketFactory does not contain the SNI fix found in the SSLConnectionSocketFactory class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David updated HTTPCLIENT-1726: ------------------------------ Summary: The deprecated SSLSocketFactory does not contain the SNI fix found in the SSLConnectionSocketFactory class (was: The deprecated SSLSocketFactory does not contain the SNI fix found in the SSLSocketFactory class) > The deprecated SSLSocketFactory does not contain the SNI fix found in the SSLConnectionSocketFactory class > ---------------------------------------------------------------------------------------------------------- > > Key: HTTPCLIENT-1726 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1726 > Project: HttpComponents HttpClient > Issue Type: Bug > Affects Versions: 4.4.1, 4.5.1 > Reporter: David > Labels: SNI > Attachments: sni.patch > > > Inside the deprecated [SSLSocketFactory.createSocket(final HttpContext context)|https://github.com/apache/httpclient/blob/4.5.x/httpclient/src/main/java-deprecated/org/apache/http/conn/ssl/SSLSocketFactory.java#L521] method the fix that was applied for HTTPCLIENT-1119 is not present, see https://github.com/apache/httpclient/commit/92b7e8cd971868505d0f22ee5cfc12a68ee91b80 for the fix for HTTPCLIENT-1119. That is, the method needs to create and return a standard socket, which is then layered on top of such that SNI is enabled. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org