• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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