-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.0.0
-
Component/s: Security
-
Server Security
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Subject Alternative Names that are IP addresses have to be specifically identified as such. But server.pem and several others in jstests/lib have this:
X509v3 Subject Alternative Name: DNS:localhost, DNS:127.0.0.1
whereas it should be:
X509v3 Subject Alternative Name: DNS:localhost, IP:127.0.0.1
Correctly written clients will fail to connect on 127.0.0.1 to a server presenting this certificate.
- is depended on by
-
JAVA-1687 Enable SSL host name verification for automated SSL tests
-
- Closed
-