Several certificates in jstests/lib have incorrect X509v3 Subject Alternative Name specifications

XMLWordPrintableJSON

    • 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.

            Assignee:
            [DO NOT USE] Backlog - Security Team
            Reporter:
            Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated: