<?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 Re: Problems SSL Initiation CSS11506 with SSL module in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466103#M8693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the trace and the server is not following the correct TLS procedure.&lt;/P&gt;&lt;P&gt;After the server certificate, the server should  send a certificate_request message but instead it is sending a serverhellodone message which tells the CSS to keep going without sending its certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is explain in section 7.4.5 and 7.4.6 of the RFC.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.faqs.org/rfcs/rfc2246.html" target="_blank"&gt;http://www.faqs.org/rfcs/rfc2246.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't what type of server you are using but there is definitely an issue on their side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2005 12:26:56 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2005-06-16T12:26:56Z</dc:date>
    <item>
      <title>Problems SSL Initiation CSS11506 with SSL module</title>
      <link>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466100#M8690</link>
      <description>&lt;P&gt;We have a CSS11506 with SSL module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to initiate a SSL session with a client certificate to a backend server running IIS 5.0 and doing certificate mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We see in the traces that the SSL handshaking is performed but for some reason the SSL module does not send the client certificate. When i import the Certificates into a browser and connect directly to the server with ssl it is working. So it seems that the client trust and certificate check etc. on the remote server side is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Certificate and Key file are verified and ok. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- What does the CACert check exactly do? because when you connect with a browser you get a warning that e.g. the hostname does not match the certificate name. But the browser can ignore this. Does the CSS do this as well?&lt;/P&gt;&lt;P&gt;- Does the CSS has to lookup all the URL´s in the certificate? then we have a problem because our CSS is in a DMZ with no DNS resolving. So I have to put in host names but they can only be 16 char. long. and the issuing server Url is longer then 16 char.&lt;/P&gt;&lt;P&gt;- Does anybody has experience with connecting to a remote IIS5.0 server via a backend-server construction.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some configs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content YYY-ACC-TKR-OUT&lt;/P&gt;&lt;P&gt;    add service YYY-TKR-ACC&lt;/P&gt;&lt;P&gt;    advanced-balance arrowpoint-cookie&lt;/P&gt;&lt;P&gt;    vip address 192.168.9.103&lt;/P&gt;&lt;P&gt;    protocol tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;service YYY-TKR-ACC&lt;/P&gt;&lt;P&gt;  protocol tcp&lt;/P&gt;&lt;P&gt;  add ssl-proxy-list YYY-TKR-ACC&lt;/P&gt;&lt;P&gt;  keepalive type none&lt;/P&gt;&lt;P&gt;  port 80&lt;/P&gt;&lt;P&gt;  ip address 193.X.X.X&lt;/P&gt;&lt;P&gt;  type ssl-init&lt;/P&gt;&lt;P&gt;  slot 6&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl-proxy-list YYY-TKR-ACC&lt;/P&gt;&lt;P&gt; backend-server 1&lt;/P&gt;&lt;P&gt; backend-server 1 ip address 193.X.X.X&lt;/P&gt;&lt;P&gt;  backend-server 1 type initiation&lt;/P&gt;&lt;P&gt;  backend-server 1 rsacert YYY-TKR-ACC&lt;/P&gt;&lt;P&gt;  backend-server 1 rsakey YYY-TKR-ACC-KEY&lt;/P&gt;&lt;P&gt;  backend-server 1 server-ip 193.X.X.X&lt;/P&gt;&lt;P&gt;  backend-server 1 cacert YYY-TKR-ACC-CA&lt;/P&gt;&lt;P&gt;  backend-server 1 cipher rsa-with-rc4-128-md5&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2005 20:43:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466100#M8690</guid>
      <dc:creator>eddiemeijer</dc:creator>
      <dc:date>2005-06-14T20:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problems SSL Initiation CSS11506 with SSL module</title>
      <link>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466101#M8691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you see in the trace exactly ?&lt;/P&gt;&lt;P&gt;Is the server sending the certificate request ?&lt;/P&gt;&lt;P&gt;Is the CSS reseting the connection ?&lt;/P&gt;&lt;P&gt;Is there an Alert being sent ?&lt;/P&gt;&lt;P&gt;I would like to see this sniffer trace if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config looks good and the CSS does not care about certificate name and DNS name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2005 06:39:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466101#M8691</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-06-15T06:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems SSL Initiation CSS11506 with SSL module</title>
      <link>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466102#M8692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hereby a trace file.. We are leving out network with the 145.x.x.x adress and the server is the 193.x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2005 08:29:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466102#M8692</guid>
      <dc:creator>eddiemeijer</dc:creator>
      <dc:date>2005-06-15T08:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems SSL Initiation CSS11506 with SSL module</title>
      <link>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466103#M8693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the trace and the server is not following the correct TLS procedure.&lt;/P&gt;&lt;P&gt;After the server certificate, the server should  send a certificate_request message but instead it is sending a serverhellodone message which tells the CSS to keep going without sending its certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is explain in section 7.4.5 and 7.4.6 of the RFC.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.faqs.org/rfcs/rfc2246.html" target="_blank"&gt;http://www.faqs.org/rfcs/rfc2246.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't what type of server you are using but there is definitely an issue on their side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 12:26:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466103#M8693</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-06-16T12:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problems SSL Initiation CSS11506 with SSL module</title>
      <link>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466104#M8694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beneath the answer from a Microsoft engineer. I understand that IIS is not asking for a client certificate in the initial negotiation. When a Certificate is needed IIS will renegotiate the SSL connection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway the SSL module can anticipate on this behaviour.???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks,&lt;/P&gt;&lt;P&gt;Eddie&lt;/P&gt;&lt;P&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With IIS we may also not ask the client to provide a client certificate during the initial SSL negotiation as we may not immediately know that we will need the client to provide a certificate for every request. This is in line with the RFC:-&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;7.4.4. Certificate request&lt;/P&gt;&lt;P&gt;When this message will be sent: A non-anonymous server can optionally request a certificate from the client, if appropriate for the selected cipher suite.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If the Cisco device is closing the connection if it has not been asked to provide a client certificate during the first SSL negotiation this does not necessarily point to a problem with IIS so we need to understand a little bit more about how the Cisco device is expecting IIS to behave as at the moment I do not see an obvious problem with how IIS is responding.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;When IIS determines that client certificates are required it will re-negotiate the SSL connection asking for the client to provide a certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2005 14:14:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/problems-ssl-initiation-css11506-with-ssl-module/m-p/466104#M8694</guid>
      <dc:creator>eddiemeijer</dc:creator>
      <dc:date>2005-06-17T14:14:30Z</dc:date>
    </item>
  </channel>
</rss>

