Bug 65162 - Ambigous error message related to wildcard SSL certificate sharing
Summary: Ambigous error message related to wildcard SSL certificate sharing
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.4.41
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-01 08:58 UTC by Aleksandar Pavic
Modified: 2021-03-01 08:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksandar Pavic 2021-03-01 08:58:03 UTC
If multiple servers share SSL wildcard by utilizing same files.

And if those files (certificate, key and intermediate cert), get replaced by
a different certificate (not wildcard one, for example), 

ambiguous error occurs, with  "AH00016: Configuration Failed" as the only error, regardless of LogLevel


Proper error message in above case would be something like:

certificate hostname mismatch pointing out which ssl file and which virtual host.