jgit/org.eclipse.jgit.http.apache
Thomas Wolf d661b9f43a TLS support on IBM JDKs
SSLContext.getInstance("TLS") by default behaves differently on IBM
JDK than on Oracle or OpenJDK.[1] On IBM JDK one gets sockets that
have only TLSv1 enabled, which makes HTTPS connections fail since most
servers refuse this old protocol version. On Oracle JDK/OpenJDK, one
gets sockets with all available protocol versions enabled.

Explicitly enable all available TLS protocol versions to make
HTTPS connections work also on IBM JDK.

[1] https://www.ibm.com/support/knowledgecenter/en/SSYKE2_8.0.0/com.ibm.java.security.component.80.doc/security-component/jsse2Docs/matchsslcontext_tls.html#matchsslcontext_tls

Bug: 558709
Change-Id: I5ffc57a78e67a6239b9dad54840a49a8ed28930a
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2020-01-03 20:48:25 +01:00
..
.settings Enable and fix "Statement unnecessarily nested within else clause" warnings 2019-10-17 10:20:14 +09:00
META-INF TLS support on IBM JDKs 2020-01-03 20:48:25 +01:00
resources/org/eclipse/jgit/transport/http/apache/internal Move Apache httpclient based HTTP support to a separate bundle 2014-02-20 23:57:21 +01:00
src/org/eclipse/jgit/transport/http/apache TLS support on IBM JDKs 2020-01-03 20:48:25 +01:00
.classpath Change JGit minimum execution environment to JavaSE-1.8 2016-09-20 11:32:36 +02:00
.gitignore Move Apache httpclient based HTTP support to a separate bundle 2014-02-20 23:57:21 +01:00
.project Move Apache httpclient based HTTP support to a separate bundle 2014-02-20 23:57:21 +01:00
BUILD Bazel: Add fixes for --incompatible_load_java_rules_from_bzl 2019-09-07 15:36:11 +09:00
about.html Move Apache httpclient based HTTP support to a separate bundle 2014-02-20 23:57:21 +01:00
build.properties Move Apache httpclient based HTTP support to a separate bundle 2014-02-20 23:57:21 +01:00
plugin.properties Fix bundle localization of Apache SSH bundle 2019-06-21 17:54:06 +02:00
pom.xml Prepare 5.7.0-SNAPSHOT builds 2019-12-05 01:32:59 +01:00