Hello, [email protected] wrote on 03/23/2012 03:10:47 PM:
> Ajay Garg <[email protected]> > Sent by: [email protected] > .... > Hi all. > > I have been trying lately to debug a startup issue in APACHE's httpd service; and the > last logs I receive in "/etc/httpd/logs_error_log" is > > ##################################################################################################################### > [error] SSL Library Error: 185073780 error:0B080074:x509 certificate > routines:X509_check_private_key:key values mismatch > ##################################################################################################################### Just do: $ openssl rsa -in key.pem -noout -modulus Modulus=E43E2DAB15DA7E70FC2E2149FC00481816650E799AAEC... $ openssl x509 -in crt.pem -noout -modulus Modulus=E43E2DAB15DA7E70FC2E2149FC00481816650E799AAEC... and check if output maches. Best regards, -- Marek Marcola <[email protected]> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
