-
Sub-task
-
Resolution: Done
-
Blocker
-
None
-
None
ws testsuite failures on JDK-11:
- missing local IP in SubjectAlternativeNamesExtension
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 + TLS1.2 seems buggy on JDK-11: Invalid ECDH ServerKeyExchange signature
- not issue after switching to TLS1.1 or to ciphersuite TLS_RSA_WITH_AES_256_CBC_SHA256 -> JDK bug
[ERROR] Tests run: 10, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 36.452 s <<< FAILURE! - in org.jboss.as.test.integration.ws.wsse.trust.WSTrustTestCase [ERROR] testHolderOfKey(org.jboss.as.test.integration.ws.wsse.trust.WSTrustTestCase) Time elapsed: 0.674 s <<< ERROR! javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service. ... Caused by: java.security.cert.CertificateException: No subject alternative names present
[ERROR] testBearer(org.jboss.as.test.integration.ws.wsse.trust.WSTrustTestCase) Time elapsed: 0.229 s <<< ERROR! javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service. ... Caused by: java.security.cert.CertificateException: No name matching localhost found
- clones
-
WFLY-10945 JDK11 ws testsuite SSL failures
- Closed