<?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 CSS 11501 - L5 rules over SSL? in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832718#M36064</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reaching into history here asking about a Cisco CSS however we have a customer with a CSS 11501 that has a SSL module that we're trying to do some L5 rules over SSL with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rules work fine over HTTP but when I wrap them in SSL (the SSL is terminated on the CSS) it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a backend server running IIS on port 80 and a different web server on port 8080 (eg. tomcat).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What needs to happen is that a client hits the website and the if the URL has /follow-me/ in it, then the connection needs to go to port 8080 on the backend server.&amp;nbsp; This works fine over HTTP.&amp;nbsp; When we try the same with HTTPS what we see (in the IE and Google Developer tools) is a 404 come back from IIS so it looks like the CSS is not processing the L5 rules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A breakdown of the configuration is as follows: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl-proxy-list ssl_1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 vip address 10.2.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 rsakey example.com_key&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 rsacert example.com_cert&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 http-header session&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 urlrewrite 1 www.example.com&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 cipher rsa-with-rc4-128-md5 10.2.1.1 80 weight 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 cipher rsa-with-rc4-128-sha 10.2.1.1 80 weight 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 cipher rsa-with-3des-ede-cbc-sha 10.2.1.1 80 weight 3&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 cipher rsa-with-des-cbc-sha 10.2.1.1 80 weight 4&lt;/P&gt;&lt;P&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service tomcat_10_2_1_10_8080&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.2.1.10&lt;/P&gt;&lt;P&gt;&amp;nbsp; protocol tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; keepalive method get&lt;/P&gt;&lt;P&gt;&amp;nbsp; keepalive type tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; port 8080&lt;/P&gt;&lt;P&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service tomcat_10_2_1_10_80&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.2.1.10&lt;/P&gt;&lt;P&gt;&amp;nbsp; protocol tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; keepalive method get&lt;/P&gt;&lt;P&gt;&amp;nbsp; keepalive type tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; port 80&lt;/P&gt;&lt;P&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service ssl-serv1&lt;/P&gt;&lt;P&gt;&amp;nbsp; type ssl-accel&lt;/P&gt;&lt;P&gt;&amp;nbsp; add ssl-proxy-list ssl_1&lt;/P&gt;&lt;P&gt;&amp;nbsp; slot 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; keepalive type none&lt;/P&gt;&lt;P&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner EXAMPLE_TOMCAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; content SSL_10_2_1_1_443&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flow-timeout-multiplier 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip address 10.2.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 443&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add service ssl-serv1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; content TOMCAT_10_2_1_1_8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flow-timeout-multiplier 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add service tomcat_10_2_1_10_8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip address 10.2.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; url "/follow-me/"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; content TOMCAT_10_2_1_1_80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flow-timeout-multiplier 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip address 10.2.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add service tomcat_10_2_1_10_80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; url "/*"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to confuse matters - if we hit the "/follow-me/" URL directly in a web-browser it appears to go to the tomcat webserver on backend port 8080, however after that all requests (from that browser) go to the tomcat on port 8080.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively if we hit the normal webpage first and then try to access "/follow-me/" we are presented with the IIS 404 page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So somehow the SSL session is "sticking" and not processing the L5 rules?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2012 22:25:21 GMT</pubDate>
    <dc:creator>IT Manager It Manager</dc:creator>
    <dc:date>2012-01-30T22:25:21Z</dc:date>
    <item>
      <title>CSS 11501 - L5 rules over SSL?</title>
      <link>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832718#M36064</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reaching into history here asking about a Cisco CSS however we have a customer with a CSS 11501 that has a SSL module that we're trying to do some L5 rules over SSL with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rules work fine over HTTP but when I wrap them in SSL (the SSL is terminated on the CSS) it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a backend server running IIS on port 80 and a different web server on port 8080 (eg. tomcat).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What needs to happen is that a client hits the website and the if the URL has /follow-me/ in it, then the connection needs to go to port 8080 on the backend server.&amp;nbsp; This works fine over HTTP.&amp;nbsp; When we try the same with HTTPS what we see (in the IE and Google Developer tools) is a 404 come back from IIS so it looks like the CSS is not processing the L5 rules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A breakdown of the configuration is as follows: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl-proxy-list ssl_1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 vip address 10.2.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 rsakey example.com_key&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 rsacert example.com_cert&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 http-header session&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 urlrewrite 1 www.example.com&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 cipher rsa-with-rc4-128-md5 10.2.1.1 80 weight 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 cipher rsa-with-rc4-128-sha 10.2.1.1 80 weight 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 cipher rsa-with-3des-ede-cbc-sha 10.2.1.1 80 weight 3&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 20 cipher rsa-with-des-cbc-sha 10.2.1.1 80 weight 4&lt;/P&gt;&lt;P&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service tomcat_10_2_1_10_8080&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.2.1.10&lt;/P&gt;&lt;P&gt;&amp;nbsp; protocol tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; keepalive method get&lt;/P&gt;&lt;P&gt;&amp;nbsp; keepalive type tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; port 8080&lt;/P&gt;&lt;P&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service tomcat_10_2_1_10_80&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.2.1.10&lt;/P&gt;&lt;P&gt;&amp;nbsp; protocol tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; keepalive method get&lt;/P&gt;&lt;P&gt;&amp;nbsp; keepalive type tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; port 80&lt;/P&gt;&lt;P&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service ssl-serv1&lt;/P&gt;&lt;P&gt;&amp;nbsp; type ssl-accel&lt;/P&gt;&lt;P&gt;&amp;nbsp; add ssl-proxy-list ssl_1&lt;/P&gt;&lt;P&gt;&amp;nbsp; slot 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; keepalive type none&lt;/P&gt;&lt;P&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner EXAMPLE_TOMCAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; content SSL_10_2_1_1_443&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flow-timeout-multiplier 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip address 10.2.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 443&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add service ssl-serv1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; content TOMCAT_10_2_1_1_8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flow-timeout-multiplier 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add service tomcat_10_2_1_10_8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip address 10.2.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; url "/follow-me/"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; content TOMCAT_10_2_1_1_80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flow-timeout-multiplier 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip address 10.2.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add service tomcat_10_2_1_10_80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; url "/*"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to confuse matters - if we hit the "/follow-me/" URL directly in a web-browser it appears to go to the tomcat webserver on backend port 8080, however after that all requests (from that browser) go to the tomcat on port 8080.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively if we hit the normal webpage first and then try to access "/follow-me/" we are presented with the IIS 404 page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So somehow the SSL session is "sticking" and not processing the L5 rules?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 22:25:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832718#M36064</guid>
      <dc:creator>IT Manager It Manager</dc:creator>
      <dc:date>2012-01-30T22:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: CSS 11501 - L5 rules over SSL?</title>
      <link>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832719#M36065</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;Problem is related to the layer 5 behavior when it comes to HTTP 1.1. The config seems to be in good shape and I'm almost sure the persistence reset remap command should get this on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)# persistence reset remap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to add the no persistent command under both clear text content rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically with L5 and default persistence the CSS will verify only the first match after the 3-way-handshake and all subsequent request won't be inspected to look for a more specific match this helps to speed up the L5 process.&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;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 03:16:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832719#M36065</guid>
      <dc:creator>pablo.nxh</dc:creator>
      <dc:date>2012-01-31T03:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: CSS 11501 - L5 rules over SSL?</title>
      <link>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832720#M36066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Pablo, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedback, I tried your suggestions but they didn't appear to make any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To confuse matters greatly, the connection(s) and L5 processing works fine from Firefox / Opera / Safari - but does not work successfully from IE (8 / 9) or Chrome.&amp;nbsp; Argh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original statement above about confusing matters is only applicable to Chrome - in IE if you go to the "/follow-me/" URL the tomcat responds correctly but when accessing "/follow-me" via the main webpage the 404 that is returned is from IIS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 06:02:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832720#M36066</guid>
      <dc:creator>IT Manager It Manager</dc:creator>
      <dc:date>2012-01-31T06:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: CSS 11501 - L5 rules over SSL?</title>
      <link>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832721#M36067</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;In general, Pablo's comments are right. However, the right command to be added to the content rule configuration is "no persistent". This will force the CSS to look at all the requests inside the same TCP flow and make a separate load-balancing decision for each of them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 09:02:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832721#M36067</guid>
      <dc:creator>Daniel Arrondo Ostiz</dc:creator>
      <dc:date>2012-01-31T09:02:01Z</dc:date>
    </item>
    <item>
      <title>CSS 11501 - L5 rules over SSL?</title>
      <link>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832722#M36068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you for the clarification Daniel.&amp;nbsp; Alas I have implemented those commands and still the issue persists.&amp;nbsp; For the moment we have been requested to hold off whilst the Developer works on a 'work-around' for this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 03:11:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832722#M36068</guid>
      <dc:creator>IT Manager It Manager</dc:creator>
      <dc:date>2012-02-02T03:11:04Z</dc:date>
    </item>
    <item>
      <title>CSS 11501 - L5 rules over SSL?</title>
      <link>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832723#M36069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above comments are absolutely correct, you need the "no persistent" in *ALL* of your HTTP rules (if even one of them is missing it, the connection will become stuck there), and you also must have "persistence reset remap" set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds like you've already done that, so I think you may have run into the same problem we were just facing, especially if it only happens on some browsers and everything works great if it's via HTTP instead of HTTPS.&amp;nbsp; I just posted a solution:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.cisco.com/thread/2132663"&gt;https://supportforums.cisco.com/thread/2132663&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The subject is: &lt;/P&gt;&lt;P&gt;Newly Occuring CSS SSL Issue in Chrome, FF10, IE9 with L5 rules; 3 second delay, loss of L5 stickyness&lt;/P&gt;&lt;P&gt;if you need to search for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're running into the same problem I was, this should fix it for you:&lt;/P&gt;&lt;P&gt;ssl-proxy-list ssl_1&lt;/P&gt;&lt;P&gt;suspend&lt;/P&gt;&lt;P&gt;no ssl-server 20 cipher rsa-with-3des-ede-cbc-sha&lt;/P&gt;&lt;P&gt;no ssl-server 20 cipher rsa-with-des-cbc-sha&lt;/P&gt;&lt;P&gt;active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(be sure you do the suspend+active, otherwise I don't think it actually takes affect).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the other post for additional info/details.&amp;nbsp; Let me know if it works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2012 18:18:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-11501-l5-rules-over-ssl/m-p/1832723#M36069</guid>
      <dc:creator>joekislo</dc:creator>
      <dc:date>2012-02-18T18:18:18Z</dc:date>
    </item>
  </channel>
</rss>

