-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b20
-
b04
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245645 | 11.0.9-oracle | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8247330 | 11.0.9 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8245822 | 11.0.8-oracle | Robert Mckenna | P3 | Resolved | Fixed | b09 |
JDK-8246602 | 11.0.8 | Robert Mckenna | P3 | Resolved | Fixed | b07 |
JDK-8255702 | openjdk8u282 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8255961 | openjdk8u275 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8242215 | 8u261 | Robert Mckenna | P3 | Resolved | Fixed | b02 |
JDK-8246995 | emb-8u261 | Robert Mckenna | P3 | Resolved | Fixed | team |
javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate.
at java.naming/com.sun.jndi.ldap.ext.StartTlsResponseImpl.verify(StartTlsResponseImpl.java:436)
at java.naming/com.sun.jndi.ldap.ext.StartTlsResponseImpl.negotiate(StartTlsResponseImpl.java:225)
at java.naming/com.sun.jndi.ldap.ext.StartTlsResponseImpl.negotiate(StartTlsResponseImpl.java:170)
at LDAPExtendedOpTestBase.activateTLS(LDAPExtendedOpTestBase.java:58)
at Read.activateTLS(Read.java:20)
at Read.runTest(Read.java:34)
at TestBase.launch(LDAPTestBase.java:210)
at LDAPTestBase.launch(LDAPTestBase.java:19)
at TestBase.run(LDAPTestBase.java:178)
at LDAPTestBase.run(LDAPTestBase.java:19)
at LDAPClosedTestBase.run(LDAPClosedTestBase.java:15)
at Read.main(Read.java:23)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.security.cert.CertificateException: Illegal given domain name:
at java.base/sun.security.util.HostnameChecker.matchDNS(HostnameChecker.java:192)
at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:102)
at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:108)
at java.naming/com.sun.jndi.ldap.ext.StartTlsResponseImpl.verify(StartTlsResponseImpl.java:416)
... 17 more
Caused by: java.lang.IllegalArgumentException: Server name value of host_name cannot be empty
at java.base/javax.net.ssl.SNIHostName.checkHostName(SNIHostName.java:314)
at java.base/javax.net.ssl.SNIHostName.<init>(SNIHostName.java:108)
at java.base/sun.security.util.HostnameChecker.matchDNS(HostnameChecker.java:190)
... 20 more
- backported by
-
JDK-8242215 ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
- Resolved
-
JDK-8245645 ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
- Resolved
-
JDK-8245822 ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
- Resolved
-
JDK-8246602 ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
- Resolved
-
JDK-8246995 ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
- Resolved
-
JDK-8247330 ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
- Resolved
-
JDK-8255702 ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
- Resolved
-
JDK-8255961 ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
- Resolved
- relates to
-
JDK-8160768 Add capability to custom resolve host/domain names within the default JNDI LDAP provider
- Resolved