• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

SSL certificate error

W

webseitn

Guest
Hello,

I just bought an SSL Certificate at GeoTrust. I generated the CSR via Plesk (Server > Certificates). Then I installed the received Certificate via "Send Text".
I defined it as the default cert for the shared IP I use.

Unfortunately the ssl log says:
[Thu Mar 08 10:32:15 2007] [warn] RSA server certificate CommonName (CN) `www.example.com' does NOT match server
name!?

I changed the domainname via plesk to www.example.com (because before the "www" was just a ServerAlias directive) for testing purposes, but it didnt help.

the httpd.include now says again:

<VirtualHost 111.111.111.111:443>
ServerName example.com:443
ServerAlias www.example.com

but it even didnt work this way:

<VirtualHost 111.111.111.111:443>
ServerName www.example.com:443
ServerAlias www.www.example.com

the certificate is definitely made for the "www" variant.

what is my fault?

of course I restarted apache a couple of times and even ran:

/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=example.com

please help!
 
same problem here. I'd love to get the 1000s of occurances of this out of my log files.

anyone know how to do it?
 
Back
Top