You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2016/10/17 15:06:58 UTC

[jira] [Resolved] (HTTPCLIENT-1784) TLS Client Hello is always TLS 1.0 (0x0301) under IBM Java

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-1784.
-------------------------------------------
    Resolution: Not A Problem

Bruce
As long as HttpClient can be configured to use IBM specific TLS protocol implementations I personally consider this issue 'not a problem'. I do not think HttpClient should use different SSL context initialization depending on JSSE provider.

Oleg 

> TLS Client Hello is always TLS 1.0 (0x0301) under IBM Java
> ----------------------------------------------------------
>
>                 Key: HTTPCLIENT-1784
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1784
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient (classic)
>    Affects Versions: 4.5.2
>         Environment: IBM Java, many versions including latest Java 8.
>            Reporter: Bruce Adams
>              Labels: tls
>         Attachments: ApacheGet.java, FluentGet.java, Get.java
>
>
> A simple client program fails to connect to any site that _requires_ TLSv1.2. The attached {{ApacheGet.java}} program, run with org.apache.httpcomponents/httpclient version 4.5.2 and given the URL https://www.sandbox.paypal.com fails with:
> bq. javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
> when run on the latest released IBM Java, {{pxa6480sr3fp12-20160919_01(SR3 FP12)}} (available in a Docker image {{ibmcom/ibmjava:8-sdk}}). The same run is successful on a recent Oracle Java 8.
> The similar, simple, {{Get.java}} program that uses the built-in Java libraries instead of Apache HttpClient works fine on both IBM Java and Oracle Java.



--
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