You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/06/18 10:29:21 UTC

DO NOT REPLY [Bug 20857] New: - Multiple Server Certificates for VirtualHost

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20857>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20857

Multiple Server Certificates for VirtualHost

           Summary: Multiple Server Certificates for VirtualHost
           Product: Apache httpd-2.0
           Version: 2.0.46
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tam@gmo.jp


ssl.conf:

<VirtualHost *:443>
ServerName www1.whatever.com:443
SSLCertificateFile www1.whatever.com.cert
SSLCertificateKeyFile www1.whatever.com.key
.....
</VirtualHost>

<VirtualHost *:443>
ServerName www2.whatever.com:443
SSLCertificateFile www2.whatever.com.cert
SSLCertificateKeyFile www2.whatever.com.key
.....
</VirtualHost>

There are 2 certificate files for 2 virtual host. When I tryed to connect to 
https://www2.whatever.com/, the server could not revoke the second certificate 
file www2.whatever.com.cert. The browser showed the first certificate 
information of www1.whatever.com.cert.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org