SSL, Nginx, X509_check_private_key:key values mismatch error
Posted
by
Dmitry T
on Server Fault
See other posts from Server Fault
or by Dmitry T
Published on 2012-04-05T01:28:50Z
Indexed on
2012/04/05
5:33 UTC
Read the original article
Hit count: 850
nginx
|ssl-certificate
I have nginx server with the SSL. I'm trying to submit ssl sertificate. After I restart nginx I'm getting error:
SSL_CTX_use_PrivateKey_file(".../example.com.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)
I found some solution here: http://nginx.org/en/docs/http/configuring_https_servers.html#chains
but i'm not using of any bundles, Any ideas on what is the issue ?
Thank you in advance, Dmitry
© Server Fault or respective owner