Quote:
|
Originally Posted by simplyworks
Yes, That is the problem.
When I visit https://www.example.com I am presented with a ssl certificate for the server and NOT the certificate list in the Vhost file path which was created by ISPconfig interface.
I have done a restart of httpd and Ispconfig
I guess, for a work a round I could move the ssl cert. from:
SSLCertificateFile /home/www/web1/ssl/www.example.com.crt
SSLCertificateKeyFile /home/www/web1/ssl/www.example.com.key
TO:
/etc/pki/tls/private (this the key that is presented)
|
Well, the above worked. I move the .crt and .key . Then renamed them and restarted.
I still do not know why apache is not following the vhost directive for this domain?