<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ACE SSL - bad certificate message in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936106#M18397</link>
    <description>&lt;P&gt;hello guys,&lt;/P&gt;&lt;P&gt;I have basic www/https LB configuration on the ACE. in my lab was all working. now, in production, I have a problem with https connection. in sniffer output I can see after 3way handshake this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSLv3: Alert (Level: Fatal, description: Bad certificate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does it mean? I think, my SSL chain is correct (it's a certificate for the service and root certificate) - how can I verify certification chain? (analogous to CSM module).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;martin&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jul 2008 12:49:39 GMT</pubDate>
    <dc:creator>Martin Kyrc</dc:creator>
    <dc:date>2008-07-10T12:49:39Z</dc:date>
    <item>
      <title>ACE SSL - bad certificate message</title>
      <link>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936106#M18397</link>
      <description>&lt;P&gt;hello guys,&lt;/P&gt;&lt;P&gt;I have basic www/https LB configuration on the ACE. in my lab was all working. now, in production, I have a problem with https connection. in sniffer output I can see after 3way handshake this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSLv3: Alert (Level: Fatal, description: Bad certificate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does it mean? I think, my SSL chain is correct (it's a certificate for the service and root certificate) - how can I verify certification chain? (analogous to CSM module).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;martin&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2008 12:49:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936106#M18397</guid>
      <dc:creator>Martin Kyrc</dc:creator>
      <dc:date>2008-07-10T12:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: ACE SSL - bad certificate message</title>
      <link>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936107#M18398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i recall correct you verify a cert with...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto verify &lt;KEYFILE&gt; &lt;CERTFILE&gt;&lt;/CERTFILE&gt;&lt;/KEYFILE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in enable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have an ACE here right now so i can't check. But give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roble&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 16:06:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936107#M18398</guid>
      <dc:creator>Roble Mumin</dc:creator>
      <dc:date>2008-07-11T16:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: ACE SSL - bad certificate message</title>
      <link>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936108#M18399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, with 'crypto verify ...' it's possible verify certificate and key pair. but how it's possible verify full certification chain (ca-root-cert, ca-cert, service-cert)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is solved - there was really bad certificate (but cert/key matched).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 04:32:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936108#M18399</guid>
      <dc:creator>Martin Kyrc</dc:creator>
      <dc:date>2008-07-14T04:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: ACE SSL - bad certificate message</title>
      <link>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936109#M18400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The openssl code has a verify function which will check a certificate against a chain.  The chain needs to be a concatentation of pem format certificates and your certificate also needs to be in pem format.  See &lt;A class="jive-link-custom" href="http://www.openssl.org/docs/apps/verify.html" target="_blank"&gt;http://www.openssl.org/docs/apps/verify.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\ACE\WIP\Myfiles&amp;gt;c:\openssl\bin\openssl verify -CAfile chain.pem cert_12505775&lt;/P&gt;&lt;P&gt;75.pem&lt;/P&gt;&lt;P&gt;cert_1250577575.pem: OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Openssl also provides for changing the format if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cathy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 07:37:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936109#M18400</guid>
      <dc:creator>ciscocsoc</dc:creator>
      <dc:date>2008-07-14T07:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: ACE SSL - bad certificate message</title>
      <link>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936110#M18401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, of course. openssl has this possibility, ACE hasn't (CSM has this possibility, maybe in new releases comes to ACE also).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 08:15:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-ssl-bad-certificate-message/m-p/936110#M18401</guid>
      <dc:creator>Martin Kyrc</dc:creator>
      <dc:date>2008-07-16T08:15:31Z</dc:date>
    </item>
  </channel>
</rss>

