-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.3
-
Fix Version/s: jboss-fuse-6.3
-
Component/s: Karaf
-
Labels:None
-
Sprint:Sprint 7 - towards CR2
environment: RHEL7 with IBM JDK 8 (its working with oracle jdk)
git clone karaf/repo
|
export JAVA_HOME=/path/to/ibm-java-1.8
|
mvn clean test -pl jaas/modules -Dtest=LdapPoolingTest
|
|
|
testSSLConnectionPool(org.apache.karaf.jaas.modules.ldap.LdapPoolingTest) Time elapsed: 0.38 sec <<< ERROR!
|
javax.naming.CommunicationException: simple bind failed: localhost:55868
|
at org.apache.karaf.jaas.modules.ldap.LdapPoolingTest.testSSLConnectionPool(LdapPoolingTest.java:95)
|
Caused by: javax.net.ssl.SSLHandshakeException: Server chose TLSv1, but that protocol version is not enabled or not supported by the client.
|
at org.apache.karaf.jaas.modules.ldap.LdapPoolingTest.testSSLConnectionPool(LdapPoolingTest.java:95)
|
|
|
testSSLConnectionWithoutPool(org.apache.karaf.jaas.modules.ldap.LdapPoolingTest) Time elapsed: 0.037 sec <<< ERROR!
|
javax.naming.CommunicationException: simple bind failed: localhost:55868
|
at org.apache.karaf.jaas.modules.ldap.LdapPoolingTest.testSSLConnectionWithoutPool(LdapPoolingTest.java:127)
|
Caused by: javax.net.ssl.SSLHandshakeException: Server chose TLSv1, but that protocol version is not enabled or not supported by the client.
|
at org.apache.karaf.jaas.modules.ldap.LdapPoolingTest.testSSLConnectionWithoutPool(LdapPoolingTest.java:127)
|