Error Account Imported from CPanel: RSA server certificate CommonName

kotakomputer

Verified User
Joined
May 17, 2009
Messages
16
I do import using perl da.cpanel.import.pl from a cpanel backup but when I run the webiste I got this error:
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Apache Error log:

Fri Oct 02 23:15:04 2009] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Fri Oct 02 23:15:05 2009] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Fri Oct 02 23:16:05 2009] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?

This make me confuse, anyone can help to fix this issue?
 
Warnings do not cause an internal error there is another error causing it. Check your apache error log for errors.
 
You provide no information. No one can help you.
 
@kotakomputer:

The warning shows that you've got a self-signed certificate somewhere for localhost and your hostname (properly) isn't localhost.

You can ignore the warning if no one is getting it in a browser. If someone is getting it in a browser, then enable a dedicated IP# for the site showing the error, turn on SSL, and buy a commercial Certificate for that site.

The error will be in the domain-specific apache log for the site.

Jeff
 
Back
Top