Problem installing SSL certificate: SSL Library Error: 185073780 error:0B080074:x509 certificate
While configuring SSL for one of my Client I got this error and it took me little while to figure it out that what went wrong with the configuration. Initially I thought that there must be something wrong with the generated certificate as I have generated CSR myself and given it to client and client gave back me Certificate files.
But I was wrong as I was using LogMeIn to connect to the client's Windows 2003 Web-Server and using remote clipboard (Copy+Paste). Something went wrong while pasting that file on the remote Web server. So I transferred files directly and then it worked well without any problem.
[Mon Jun 01 03:22:49 2009] [warn] RSA server certificate CommonName (CN) `portal.client.com' does NOT match server name!?
[Mon Jun 01 03:22:49 2009] [error] Unable to configure RSA server private key
[Mon Jun 01 03:22:49 2009] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
Reference URL that helped me find the answer is below:
http://www.howtoforge.com/forums/showthread.php?t=22493
#1 by Mark on June 16, 2010 - 8:25 pm
Quote
Hi, I had the same problem but mine I resolved by putting a ‘#’ before the ServerName localhost:443 in httpd-ssl.conf as I had changed all the server details from localhost to my domain name and had created another set of tags for the SSL to be linked with my domain name. It took a while for me to figure it out but finally after checking all the .conf files had the correct ServerName in place the error went away now when apache starts it has no errors at all..