On Aug 28, 2008, at 8:46 AM, [EMAIL PROTECTED] wrote:

<VirtualHost 64.211.42.81>
              ^^^^^^^^^^^^^
This needs to be a different IP address from the one for www.myserver1.com . You'll also need a Listen statement for it (if you're not listening on all available IPs).


   ServerName www.myserver2.com
                ^^^^^^^^^^^^^^^^^
This hostname needs to resolve to the IP address above.


   SSLCertificateFile /usr/local/apache/conf/ssl.crt/www.myserver2.com.crt
   SSLCertificateKeyFile 
/usr/local/apache-1.3.37/conf/ssl.key/www.myserver2.com.key


Any reason why the paths are different?

Were you given a chain of authority file by your CA? You need to point to that with SSLCertificateChainFile so the client can make the connection between the CA that signed your cert and the root CA it knows about.

S.

--
Sander Temme
[EMAIL PROTECTED]
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to