diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java b/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java index 9d77a4469..2d4e85e0d 100644 --- a/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java +++ b/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java @@ -101,7 +101,7 @@ public IStatus download(URI toDownload, OutputStream target, IProgressMonitor mo boolean useJREHttp = false; try { // DELMARVA - is org.eclipse.core.pki installed and configured - if (SSLContext.getDefault().getProvider().getName().contains("PKCS")) { //$NON-NLS-1$ + if (SSLContext.getDefault().getProvider().getName().contains("TLS")) { //$NON-NLS-1$ useJREHttp = true; Activator.getDefault().useJREHttpClient(); }