SSL + Cpanel/WHM little problem

Hey,
I have little problem with SSL on my server.

Before I changed certificate I could access my domain as https://www.vipsnet.com , my customers could access their sites as https://www.customer_domain.com (of course they got popup warning that certificate is not for their domain), and lately I changed certificate (old one expired) and now every domain I access ie. https://www.vipsnet.com , https://www.za-free.com , https://www.mediaglob.com.pl instead of opening proper domain with popup warning the domain name www.vipsnet.com is opened.

Can anyone have any suggestions why it's not working like it used to?

All accounts are name-based
Server name is indiana.vipsnet.com
Cert is for domain: www.vipsnet.com

My httpd.conf :

<IfDefine SSL>
<VirtualHost 64.191.7.107:443>
ServerAdmin webmaster@vipsnet.com
ServerAlias www.vipsnet.com vipsnet.com
DocumentRoot /home/vipsnet/public_html
BytesLog domlogs/vipsnet.com-bytes_log
User vipsnet
Group vipsnet
ServerName vipsnet.com
CustomLog /usr/local/apache/domlogs/vipsnet.com-ssl_log "%t %{version}c %{cipher}c %{clientcert}c"
SSLEnable
SSLCertificateFile /usr/share/ssl/certs/vipsnet.com.crt
SSLCertificateKeyFile /usr/share/ssl/private/vipsnet.com.key
SSLLogFile /var/log/vipsnet.com
UserDir public_html

ScriptAlias /cgi-bin/ /home/vipsnet/public_html/cgi-bin/

SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>
</IfDefine>

 

 

 

 

Top