<?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: 11503 Loadbalance SSL sticky and HTTP not sticky to proxy-ca in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420662#M7610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joerg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. How would you code your solution? Currently I am using the following to work around particular sites:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service Proxy1 &lt;/P&gt;&lt;P&gt;  ip address 10.0.0.11&lt;/P&gt;&lt;P&gt;  type proxy-cache &lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service Proxy2  ... etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************** DQL ****************************&lt;/P&gt;&lt;P&gt;dql domains-no-balance &lt;/P&gt;&lt;P&gt;  domain &lt;A class="jive-link-custom" href="http://www.dontbalancethissite.com" target="_blank"&gt;www.dontbalancethissite.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;  domain ... etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!*************************** OWNER ***************************&lt;/P&gt;&lt;P&gt;owner admin &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content Proxy-servers &lt;/P&gt;&lt;P&gt;    add service Proxy1 &lt;/P&gt;&lt;P&gt;    add service Proxy2 &lt;/P&gt;&lt;P&gt;    add service Proxy3 &lt;/P&gt;&lt;P&gt;    add service Proxy4 &lt;/P&gt;&lt;P&gt;    add service Proxy5 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    port 3128 &lt;/P&gt;&lt;P&gt;    vip address 10.0.0.100 &lt;/P&gt;&lt;P&gt;    sticky-inact-timeout 5 &lt;/P&gt;&lt;P&gt;    balance leastconn &lt;/P&gt;&lt;P&gt;    active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content no-load-balance &lt;/P&gt;&lt;P&gt;    vip address 10.0.0.100 &lt;/P&gt;&lt;P&gt;    advanced-balance sticky-srcip &lt;/P&gt;&lt;P&gt;    balance leastconn &lt;/P&gt;&lt;P&gt;    add service Proxy1 &lt;/P&gt;&lt;P&gt;    add service Proxy2 &lt;/P&gt;&lt;P&gt;    add service Proxy3 &lt;/P&gt;&lt;P&gt;    add service Proxy4 &lt;/P&gt;&lt;P&gt;    add service Proxy5 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    port 3128 &lt;/P&gt;&lt;P&gt;    url "/*" dql domains-no-balance &lt;/P&gt;&lt;P&gt;    sticky-inact-timeout 5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2005 09:02:31 GMT</pubDate>
    <dc:creator>support</dc:creator>
    <dc:date>2005-07-04T09:02:31Z</dc:date>
    <item>
      <title>11503 Loadbalance SSL sticky and HTTP not sticky to proxy-cache</title>
      <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420660#M7608</link>
      <description>&lt;P&gt;I am using a 11503 to balance 200 schools traffic to 5 caches. Some of the schools have firewalls so the CSS sees their PCs as coming from a single IP. If I set the rule to balance sticky then the load is not spread evenly to the 5 proxies causing them to get overloaded from time to time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I balance the load non-sticky (say leastconn) then users have trouble accessing certain SSL sites. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know a good solution for this?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2005 12:46:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420660#M7608</guid>
      <dc:creator>support</dc:creator>
      <dc:date>2005-06-30T12:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: 11503 Loadbalance SSL sticky and HTTP not sticky to proxy-ca</title>
      <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420661#M7609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;from my point of view I would run a try with the following scenario:&lt;/P&gt;&lt;P&gt;1) rule for https with advanced-balance ssl and probably application ssl. In terms of stickiness you have to check if this is needed or not.I've some trouble with such a rule but sofar it is not clarified if the trouble is caused by the servers or by the CSS.&lt;/P&gt;&lt;P&gt;2)  rule for http traffic with balance domain(hash) or url(hash)&lt;/P&gt;&lt;P&gt;3) if applicable the same for ftp depending if your proxies support ftp caching.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Joerg &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 04:26:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420661#M7609</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-07-01T04:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: 11503 Loadbalance SSL sticky and HTTP not sticky to proxy-ca</title>
      <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420662#M7610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joerg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. How would you code your solution? Currently I am using the following to work around particular sites:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service Proxy1 &lt;/P&gt;&lt;P&gt;  ip address 10.0.0.11&lt;/P&gt;&lt;P&gt;  type proxy-cache &lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service Proxy2  ... etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************** DQL ****************************&lt;/P&gt;&lt;P&gt;dql domains-no-balance &lt;/P&gt;&lt;P&gt;  domain &lt;A class="jive-link-custom" href="http://www.dontbalancethissite.com" target="_blank"&gt;www.dontbalancethissite.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;  domain ... etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!*************************** OWNER ***************************&lt;/P&gt;&lt;P&gt;owner admin &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content Proxy-servers &lt;/P&gt;&lt;P&gt;    add service Proxy1 &lt;/P&gt;&lt;P&gt;    add service Proxy2 &lt;/P&gt;&lt;P&gt;    add service Proxy3 &lt;/P&gt;&lt;P&gt;    add service Proxy4 &lt;/P&gt;&lt;P&gt;    add service Proxy5 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    port 3128 &lt;/P&gt;&lt;P&gt;    vip address 10.0.0.100 &lt;/P&gt;&lt;P&gt;    sticky-inact-timeout 5 &lt;/P&gt;&lt;P&gt;    balance leastconn &lt;/P&gt;&lt;P&gt;    active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content no-load-balance &lt;/P&gt;&lt;P&gt;    vip address 10.0.0.100 &lt;/P&gt;&lt;P&gt;    advanced-balance sticky-srcip &lt;/P&gt;&lt;P&gt;    balance leastconn &lt;/P&gt;&lt;P&gt;    add service Proxy1 &lt;/P&gt;&lt;P&gt;    add service Proxy2 &lt;/P&gt;&lt;P&gt;    add service Proxy3 &lt;/P&gt;&lt;P&gt;    add service Proxy4 &lt;/P&gt;&lt;P&gt;    add service Proxy5 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    port 3128 &lt;/P&gt;&lt;P&gt;    url "/*" dql domains-no-balance &lt;/P&gt;&lt;P&gt;    sticky-inact-timeout 5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2005 09:02:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420662#M7610</guid>
      <dc:creator>support</dc:creator>
      <dc:date>2005-07-04T09:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: 11503 Loadbalance SSL sticky and HTTP not sticky to proxy-ca</title>
      <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420663#M7611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you're talking about HTTP traffic, the best solution is arrowpoint-cookie with persistence disabled and persistence reset remap so the CSS can reconnect to a new server transparently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config should look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;persistence reset remap&lt;/P&gt;&lt;P&gt;content Proxy-servers&lt;/P&gt;&lt;P&gt;  add service ...&lt;/P&gt;&lt;P&gt;  vip address x.x.x.x&lt;/P&gt;&lt;P&gt;  proto tcp&lt;/P&gt;&lt;P&gt;  port xxx&lt;/P&gt;&lt;P&gt;  no persistent&lt;/P&gt;&lt;P&gt;  advanced-balance arrowpoint-cookie&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that for SSL traffic, your clients will use the same proxy port and the command "CONNECT &lt;A class="jive-link-custom" href="https://..." target="_blank"&gt;HTTPS://...&lt;/A&gt;" and hopefully this solution should work as well [not sure so - I have a doubt and a test would be necessary to confirm this - will do it next week when I get back from vacation &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ]&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>Tue, 05 Jul 2005 15:21:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420663#M7611</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-07-05T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: 11503 Loadbalance SSL sticky and HTTP not sticky to proxy-ca</title>
      <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420664#M7612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I havent managed to test all SSL websites but the one I am having trouble with is &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.emasys.dfes.gov.uk/" target="_blank"&gt;http://www.emasys.dfes.gov.uk/&lt;/A&gt; this will not work if there are any active rules with advanced-balance in. I am not sure why this is - that website also seems to instantly redirect to https. Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2005 18:23:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420664#M7612</guid>
      <dc:creator>support</dc:creator>
      <dc:date>2005-07-05T18:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: 11503 Loadbalance SSL sticky and HTTP not sticky to proxy-ca</title>
      <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420665#M7613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you'll need to sniff in front of cache and on the client at the same time then compare the result to see what's going on.&lt;/P&gt;&lt;P&gt;If the cache is receiving all the request sent by the client, then you need to focus on the cache.&lt;/P&gt;&lt;P&gt;If the cache is not receiving the request, we need to focus on the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the sniffer trace is required.&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, 06 Jul 2005 16:07:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420665#M7613</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-07-06T16:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: 11503 Loadbalance SSL sticky and HTTP not sticky to proxy-ca</title>
      <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420666#M7614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giles,&lt;/P&gt;&lt;P&gt;I have resorted to using sticky-scrip and just one content rule as all web sites work with this configuration. However, this has the unwanted side effect of evenly balancing the traffic. Is there any way to smooth the balancing but still use sticky-scrip?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 13:24:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420666#M7614</guid>
      <dc:creator>support</dc:creator>
      <dc:date>2005-07-07T13:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: 11503 Loadbalance SSL sticky and HTTP not sticky to proxy-ca</title>
      <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420667#M7615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO !!!&lt;/P&gt;&lt;P&gt;Follow our suggestions and sniff the traffic to get a clear understanding of the problem.&lt;/P&gt;&lt;P&gt;With proxy, the only good solution is cookies.&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, 07 Jul 2005 13:40:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420667#M7615</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-07-07T13:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: 11503 Loadbalance SSL sticky and HTTP not sticky to proxy-ca</title>
      <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420668#M7616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting up sniffing on this traffic is not that simple and schools need a working solution so I have to do something to get it to work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I would be interested to hear what you have against sticky-scrip and why you think the cookie is the way forward? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2005 11:16:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420668#M7616</guid>
      <dc:creator>support</dc:creator>
      <dc:date>2005-07-08T11:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: 11503 Loadbalance SSL sticky and HTTP not sticky to proxy-ca</title>
      <link>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420669#M7617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sticky-srcip is ok but then you get unequal loadbalancing because of proxies [multiple user behind a single ip address].&lt;/P&gt;&lt;P&gt;Sticky based on cookie will assign a cookie to each user whatever their ip address.  So much better for HTTP. &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>Fri, 08 Jul 2005 13:55:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/11503-loadbalance-ssl-sticky-and-http-not-sticky-to-proxy-cache/m-p/420669#M7617</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-07-08T13:55:47Z</dc:date>
    </item>
  </channel>
</rss>

