You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/03/09 13:05:58 UTC

DO NOT REPLY [Bug 52871] New: Multiple Certificates not working with HTTP Client 4

https://issues.apache.org/bugzilla/show_bug.cgi?id=52871

             Bug #: 52871
           Summary: Multiple Certificates not working with HTTP Client 4
           Product: JMeter
           Version: 2.6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: issues@jmeter.apache.org
        ReportedBy: p.mouawad@ubik-ingenierie.com
    Classification: Unclassified


Option https.use.cached.ssl.context is not used by HTTP Client 4
implementation.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 52871] Multiple Certificates not working with HTTP Client 4

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52871

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> 2012-03-10 14:57:51 UTC ---
Date: Sat Mar 10 14:57:11 2012
New Revision: 1299216

URL: http://svn.apache.org/viewvc?rev=1299216&view=rev
Log:
Bug 52871 - Multiple Certificates not working with HTTP Client 4

Modified:
  
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HC4TrustAllSSLSocketFactory.java
  
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/SlowHC4SSLSocketFactory.java
   jmeter/trunk/xdocs/changes.xml

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 52871] Multiple Certificates not working with HTTP Client 4

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52871

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 52871] Multiple Certificates not working with HTTP Client 4

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52871

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
             Blocks|                            |52033

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 52871] Multiple Certificates not working with HTTP Client 4

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52871

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> 2012-03-09 13:16:09 UTC ---
In fact multiple client certificates does not work with HTTPClient 4.

This might be related to a change in httpclient-4.1.2.jar compared to
http-client-4.0.

HttpsURLConnection.getDefaultSSLSocketFactory() is no more used.
That might explain why JsseSSLManager does not enter in the process.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.