How can i fix this (CommonName)

rmxs

Verified User
Joined
Jan 14, 2007
Messages
141
Hello i get this in httpd error logs.

PHP:
[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)
 
I use my own SSL certificates and am having this issue also, the certificates work, but I still get this error
 
The common name is created when the Ceritficate is created. Recreate the Certificates with the proper common name.

Jeff
 
Back
Top