SSL, Nginx, X509_check_private_key:key values mismatch error
- by Dmitry T
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