SSL problem

HostingGrounds

Verified User
Joined
Dec 11, 2009
Messages
27
Hi there,

I have a problem installing a SSL certificate.

I get the following error in my error_log:

---------
[warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
---------

I searched on Google, and I found a page which told me to check the 'CN=' field.
This is the result:

---------
CN=www.xxxxxx.nl
---------

Which is correct!

I can access http://www.xxxxxx.nl with success, but when I try to load https://www.xxxxxx.nl, it results in a time-out.

I saw in another thread that I could use the command:
/usr/bin/openssl x509 -modulus and
/usr/bin/openssl rsa -modulus

Both commands hang, they don't return.

Can anyone help me with this problem? Please? :)
 
Last edited:
Why does it matters its a warning it does not prevent your server from working.

You need to check the error log.

/var/log/httpd/error_log
 
My firewall was blocking the https port, that problem is solved.

But then I go to the https pagina, I get the "Non secured" page... Howcome?

The CA certificate is bought from Verisign...
 
What do you mean "you get the non secured page". You are seeing the wrong page or is it changing from https to http in your address bar.
 
Back
Top