https://bz.apache.org/bugzilla/show_bug.cgi?id=68143

            Bug ID: 68143
           Summary: Global ECC certificate takes precedence on local RSA
                    certificate
           Product: Apache httpd-2
           Version: 2.4.54
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

SSLCertificateFile      conf/ssl/default.pem
SSLCertificateKeyFile   conf/ssl/default.pem
<Location />
 SSLCertificateFile      conf/ssl/specific.pem
 SSLCertificateKeyFile   conf/ssl/specific.pem
</Location>

We expect specific.pem to be used.
If both certificates are RSA or ECC, that's what happens.
If default.pem is ECC and specific.pem is RSA, default.pem wins!

This is abnormal and very perturbating when trying to figure out what happens.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to