ssl error: RSA server certificate CommonName does not match
RSA server certificate CommonName (CN) `www.(mydomain).com' does NOT match server name.
I checked the certificate, the CN is www.(mydomain).com.
At first, I thought maybe I'm missing the 'www' in the ServerName in my virtualhost file, (I was using just the mydomain.com at first, and set ServerAlias to
But the warning is still there. Why?
For reference, I'm using ubuntu 10.04 + LAMP stack, basically just followed the documentations here…