Hello,

owner-openssl-us...@openssl.org wrote on 03/23/2012 03:10:47 PM:

> Ajay Garg <ajaygargn...@gmail.com> 
> Sent by: owner-openssl-us...@openssl.org
> 
....
> 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 <marek.marc...@malkom.pl>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to