We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fc8b05 + 3521712 commit 0bb2120Copy full SHA for 0bb2120
org.eclipse.jgit/src/org/eclipse/jgit/transport/http/JDKHttpConnection.java
@@ -186,7 +186,7 @@ public void setHostnameVerifier(HostnameVerifier hostnameverifier) {
186
public void configure(KeyManager[] km, TrustManager[] tm,
187
SecureRandom random) throws NoSuchAlgorithmException,
188
KeyManagementException {
189
- SSLContext ctx = SSLContext.getInstance("SSL"); //$NON-NLS-1$
+ SSLContext ctx = SSLContext.getInstance("TLS"); //$NON-NLS-1$
190
ctx.init(km, tm, random);
191
((HttpsURLConnection) wrappedUrlConnection).setSSLSocketFactory(ctx
192
.getSocketFactory());
0 commit comments