Welcome! Log In Create A New Profile

Advanced

RE: nginx SSL problem for ca-bundle

June 16, 2010 12:40AM
It's likely not in the right order. If I remember correctly, it is cert --> intermediary --> bundle

Also verify there are no white spaces, etc. If you are running Windows as a desktop, you can copy and paste them out if you're VERY careful not to pick up white space or additional lines.

Open it with wordpad, not notepad and copy it out. Otherwise, use an editor and copy / paste it out (like vi).

Don't use 'more'. cat should work as you mentioned but if it's not in the correct order, then that could be it. My guess is the key/cert aren't matching correctly.

-----Original Message-----
From: "karthi r" <karthikr2006@gmail.com>
Sent: Tuesday, June 15, 2010 10:49pm
To: nginx@nginx.org
Subject: nginx SSL problem for ca-bundle

Hi nginx team,

we running nginx + ssl certificate

i configure domain.ca-bundle in nginx

cat domain.ca-bunde >> domainname..crt


and configure

ssl_certificate /opt/ssl/domain_com.crt;
ssl_certificate_key /opt/ssl.key/domain_com.key;

when i restart nginx server following below error displayed.

SSL_CTX_use_PrivateKey_file("../domain com.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)


how to resolve this issue..
Thanks and Regards,
R.Karthik
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx SSL problem for ca-bundle

karthi r June 15, 2010 11:54PM

RE: nginx SSL problem for ca-bundle

Kevin June 16, 2010 12:40AM

Re: nginx SSL problem for ca-bundle

Igor Sysoev June 16, 2010 02:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 273
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready