Hi, I have a Solaris 10 system running Apache 2.0.52. I’d
like to know how to have multiple virtual host names map to the same name while
each supports its own SSL certificate and key file. The current setup is as follows: … NameVirtualHost *:443 … # Host #1 <VirtualHost *:443> ServerName
host1.domain.com SSLCertificateFile /etc/apache2/ssl/host1.domain.com.crt SSLCertificateKeyFile /etc/apache2/ssl/host1.domain.com.key … </VirtualHost> # Host #2 <VirtualHost *:443> ServerName
host2.domain.com SSLCertificateFile /etc/apache2/ssl/host2.domain.com.crt SSLCertificateKeyFile /etc/apache2/ssl/host2.domain.com.key … </VirtualHost> The first certificate works for “host1”. However,
“host2” is still using the SSL certificate for “host1”.
It seems as if the subsequent SSLCertificateXXX directives are being
ignored. Can anyone tell me what I’m doing wrong? Thanks in advance, Bijan Vakili Senior Software Developer Cryptologic Inc. 55 St-Clair W, 3rd floor, SKYPE: bijanvakili |