PDA

View Full Version : How can i fix this (CommonName)



rmxs
02-13-2008, 05:23 PM
Hello i get this in httpd error logs.


[Wed Feb 13 15:35:19 2008] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed Feb 13 15:35:19 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Feb 13 15:35:20 2008] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed Feb 13 15:35:20 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Feb 13 15:35:21 2008] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed Feb 13 15:35:21 2008] [notice] Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a DAV/2 PHP/5.2.5 configured -- resuming normal operations
[Wed Feb 13 15:35:24 2008] [notice] caught SIGTERM, shutting down
[Wed Feb 13 15:35:26 2008] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed Feb 13 15:35:26 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Feb 13 15:35:27 2008] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed Feb 13 15:35:27 2008] [notice] Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a DAV/2 PHP/5.2.5 configured -- resuming normal operations

Can someone tell me how can i fix it?(i dont use ssl)

chatwizrd
02-13-2008, 05:35 PM
You will have to reinstall the default ssl cerftificate.

Zervun
02-27-2008, 11:27 AM
I use my own SSL certificates and am having this issue also, the certificates work, but I still get this error

nobaloney
02-28-2008, 09:54 PM
The common name is created when the Ceritficate is created. Recreate the Certificates with the proper common name.

Jeff