Apache - Felmeddelande - CN does not match server name

Det kan hända att följande meddelanden står i error_log:

# [warn] RSA server certificate CommonName (CN) `www.xolphin.se' does NOT match server name!?

Detta händer för att din Common Name inte står i din Virtual Host. Lägg din Common Name i den vhost-directive och starta om Apache.

<VirtualHost *:443>
DocumentRoot /var/www/sslcertificaten.nl
ServerName www.xolphin.se

SSL-kontroll

SSLCheck kontrollerar om certifikatet är korrekt installerat på din server och om det finns potentiella problem.

point up