openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #00029
[Bug 220690] [NEW] openjdk: java.security.NoSuchAlgorithmException
Public bug reported:
When trying to make an SSL connection, Java fails with the following
stack trace. I ran across this creating some custom software, but it has
been done with Gdata too (http://groups.google.com/group/google-help-
dataapi/browse_thread/thread/64a9c83dcb618385). It seems that the
required algorithms for HTTPS have not been implemented in OpenJDK, or
at least are not included in Ubuntu's pacakge.
Caused by: java.net.SocketException:
java.security.NoSuchAlgorithmException: Error constructing
implementation (algorithm: Default, provider: SunJSSE, class:
sun.security.ssl.DefaultSSLContextImpl)
at
javax.net.ssl.DefaultSSLSocketFactory.throwException(SSLSocketFactory.java:
197)
at
javax.net.ssl.DefaultSSLSocketFactory.createSocket(SSLSocketFactory.java:
217)
...
** Affects: openjdk-6 (Ubuntu)
Importance: Undecided
Status: New
--
openjdk: java.security.NoSuchAlgorithmException
https://bugs.launchpad.net/bugs/220690
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in Source Package "openjdk-6" in Ubuntu: New
Bug description:
When trying to make an SSL connection, Java fails with the following stack trace. I ran across this creating some custom software, but it has been done with Gdata too (http://groups.google.com/group/google-help-dataapi/browse_thread/thread/64a9c83dcb618385). It seems that the required algorithms for HTTPS have not been implemented in OpenJDK, or at least are not included in Ubuntu's pacakge.
Caused by: java.net.SocketException:
java.security.NoSuchAlgorithmException: Error constructing
implementation (algorithm: Default, provider: SunJSSE, class:
sun.security.ssl.DefaultSSLContextImpl)
at
javax.net.ssl.DefaultSSLSocketFactory.throwException(SSLSocketFactory.java:
197)
at
javax.net.ssl.DefaultSSLSocketFactory.createSocket(SSLSocketFactory.java:
217)
...
Follow ups
References