RFR(s): 8166791: Fix module dependencies for networking component tests
Alan Bateman
Alan.Bateman at oracle.com
Mon Oct 3 13:36:46 UTC 2016
On 03/10/2016 14:33, Sergei Kovalev wrote:
>
> SSL engin requires security provider. Its implementation located in
> jdk.security.auth. In case no jdk module added we getting an exception:
>
> test ErrorTest.test(): failure
> java.lang.IllegalArgumentException: Cannot support
> TLS_KRB5_WITH_3DES_EDE_CBC_SHA with currently installed providers
> at
> sun.security.ssl.CipherSuiteList.<init>(java.base at 9-ea/CipherSuiteList.java:81)
> at
> sun.security.ssl.SSLEngineImpl.setEnabledCipherSuites(java.base at 9-ea/SSLEngineImpl.java:2087)
> at
> javax.net.ssl.SSLEngine.setSSLParameters(java.base at 9-ea/SSLEngine.java:1269)
> at
> sun.security.ssl.SSLEngineImpl.setSSLParameters(java.base at 9-ea/SSLEngineImpl.java:2166)
The Kerberos ciphers are in java.security.jgss so that might be what you
need here.
-Alan
More information about the net-dev
mailing list