<font face="arial" size="2">It's likely not in the right order. If I remember correctly, it is cert --&gt; intermediary --&gt; bundle<br><br>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.<br><br>Open it with wordpad, not notepad and copy it out. Otherwise, use an editor and copy / paste it out (like vi).<br><br>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.<br><br>-----Original Message-----<br>From: "karthi r" &lt;karthikr2006@gmail.com&gt;<br>Sent: Tuesday, June 15, 2010 10:49pm<br>To: nginx@nginx.org<br>Subject: nginx SSL problem for ca-bundle<br><br>Hi nginx team,<br><br>we running nginx + ssl certificate<br>&nbsp;<br>i configure domain.ca-bundle in nginx<br><br>cat domain.ca-bunde &gt;&gt; domainname.crt <br><br><br>and configure<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; ssl_certificate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /opt/ssl/domain_com.crt;<br>
&nbsp;&nbsp;&nbsp; ssl_certificate_key&nbsp; /opt/ssl.key/domain_com.key;<br><br>when i restart nginx server following below error displayed.<br><br>SSL_CTX_use_PrivateKey_file("../domain com.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)<br>
<br><br>how to resolve this issue..<br><br clear="all">Thanks and Regards,<br>R.Karthik<br>
</font>