<?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 Have you seen this link, a in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764011#M42944</link>
    <description>&lt;P&gt;Have you seen this link, a good example&lt;/P&gt;
&lt;P&gt;http://docwiki.cisco.com/wiki/SSL_Termination_on_the_Cisco_Application_Control_Engine_Using_an_Existing_Chained_Certificate_and_Key_in_Routed_Mode_Configuration_Example&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 04:55:01 GMT</pubDate>
    <dc:creator>Richard Bradfield</dc:creator>
    <dc:date>2016-01-19T04:55:01Z</dc:date>
    <item>
      <title>Connection reset on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764009#M42942</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a VIP configured for a server-farm which hosts a specific&amp;nbsp;web service that is mostly used for internal users. When the users is browsing and clicks an option on the browser the get a blank white screen (instead of data). The server-farm hosts two real servers, so I marked one out of service and issue still happens. A wireshark on the client shows a TCP ACK/RST coming from the VIP and the server wire-shark shows the same coming from client. It looks as if its the ACE is resetting the connection. I did a capture on the ACE itself and again there is no indication of an event that causes the reset, both ends appear to get sent a reset. To verify, we got the client to talk directly to the server (bypassing the load-balancer) and it works with no issue. We upgraded the software for the ACE context and same behaviour so starting to suspect that it's the configuration of the farm. The only problem is the configuration is not standard and looks a bit messy and I'm having problems trying to figure out the flow. (I've inherited the problem and the configuration). I don't fully understand the setup regarding the web service, but I understand that it should be accessed externally as well. Any help deciphering the config would be appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rserver host DC-W01&lt;BR /&gt;&amp;nbsp; ip address 10.3.3.11&lt;BR /&gt;&amp;nbsp; inservice&lt;BR /&gt;rserver host DC-W02&lt;BR /&gt;&amp;nbsp; ip address 10.3.3.12&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;serverfarm host DC-W01-FARM&lt;BR /&gt;&amp;nbsp; probe HTTP&lt;BR /&gt;&amp;nbsp; rserver DC-W01 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;serverfarm host DC-W02-FARM&lt;BR /&gt;&amp;nbsp; probe HTTP&lt;BR /&gt;&amp;nbsp; rserver DC-W02 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;serverfarm host DC-WSMQ-FARM&lt;BR /&gt;&amp;nbsp; predictor response syn-to-synack&lt;BR /&gt;&amp;nbsp; probe HTTP&lt;BR /&gt;&amp;nbsp; rserver DC-W01 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver DC-W02 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;sticky ip-netmask 255.255.255.255 address source DC-WSMQ-FARM-STICKY&lt;BR /&gt;&amp;nbsp; serverfarm DC-WSMQ-FARM&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map match-any L4-DC-WSMQ-WEXT&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 10.1.253.18 tcp eq https&lt;/P&gt;&lt;P&gt;class-map match-any L4-DC-WSMQ&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 10.1.253.17 tcp eq https&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map type http loadbalance match-all L7-TP-DC-W01-FARM&lt;BR /&gt;&amp;nbsp; 2 match http header Host header-value ".*-wsm01.*&lt;BR /&gt;class-map type http loadbalance match-all L7-TP-DC-W02-FARM&lt;BR /&gt;&amp;nbsp; 2 match http header Host header-value ".*-wsm02.*"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;policy-map type loadbalance http first-match L7-POLICY-DC-WSMQ-WEXT&lt;BR /&gt;&amp;nbsp; class L7-TP-DC-W01-FARM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm DC-W01-FARM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; insert-http AppStoreNetworkLoc header-value "External"&lt;BR /&gt;&amp;nbsp; class L7-TP-DC-W02-FARM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm DC-W02-FARM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; insert-http AppStoreNetworkLoc header-value "External"&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sticky-serverfarm DC-WSMQ-FARM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; insert-http AppStoreNetworkLoc header-value "External"&lt;/P&gt;&lt;P&gt;policy-map type loadbalance http first-match L7-POLICY-DC-WSMQ&lt;BR /&gt;&amp;nbsp; class L7-TP-DC-W01-FARM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm DC-W01-FARM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; insert-http AppStoreNetworkLoc header-value "Internal"&lt;BR /&gt;&amp;nbsp; class L7-TP-DC-W02-FARM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm DC-W02-FARM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; insert-http AppStoreNetworkLoc header-value "Internal"&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sticky-serverfarm DC-WSMQ-FARM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; insert-http AppStoreNetworkLoc header-value "Internal"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;policy-map multi-match L4-SSL-VIP-POLICY&lt;BR /&gt;class L4-DC-WSMQ&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy L7-POLICY-DC-WSMQ&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip advertise active&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ssl-proxy server SSL-PROXY&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;class L4-SDC-SWS-WSMEXTQ&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy L7-POLICY-DC-WSMQ-WEXT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip advertise active&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ssl-proxy server SSL-PROXY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;loader:&amp;nbsp;&amp;nbsp;&amp;nbsp; Version 12.2[125]&lt;BR /&gt;system:&amp;nbsp;&amp;nbsp;&amp;nbsp; Version A5(3.3) [build 3.0(0)A5(3.3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 12:50:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764009#M42942</guid>
      <dc:creator>turfsniffer0</dc:creator>
      <dc:date>2015-10-27T12:50:22Z</dc:date>
    </item>
    <item>
      <title>Just an update on this issue.</title>
      <link>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764010#M42943</link>
      <description>&lt;P&gt;Just an update on this issue. Had to get ssl certs installed on both client and server to allow ssl offloading to be turned off so that the client talks to server directly over port 443. The issue disappears with offloading disabled and reappears when it's enabled. Apart from wiresharks is there a debug I can do on the ACE to identify the trigger that is causing the ACE to send out a reset to both client and server at the same time? The problem is fairly consistent and seems to occur when accessing a link that sends a GET request to server.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 11:40:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764010#M42943</guid>
      <dc:creator>turfsniffer0</dc:creator>
      <dc:date>2016-01-14T11:40:15Z</dc:date>
    </item>
    <item>
      <title>Have you seen this link, a</title>
      <link>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764011#M42944</link>
      <description>&lt;P&gt;Have you seen this link, a good example&lt;/P&gt;
&lt;P&gt;http://docwiki.cisco.com/wiki/SSL_Termination_on_the_Cisco_Application_Control_Engine_Using_an_Existing_Chained_Certificate_and_Key_in_Routed_Mode_Configuration_Example&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 04:55:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764011#M42944</guid>
      <dc:creator>Richard Bradfield</dc:creator>
      <dc:date>2016-01-19T04:55:01Z</dc:date>
    </item>
    <item>
      <title>Thanks Richard, haven't seen</title>
      <link>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764012#M42945</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;Richard, haven't seen it before but the ssl cert and key already exists and work fine for other server farms, so I don't think it's relating to the configuration of the ssl offloading itself - but more to do with the load balancing configuration.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 13:04:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764012#M42945</guid>
      <dc:creator>turfsniffer0</dc:creator>
      <dc:date>2016-01-28T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764013#M42946</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You may try these changes:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;parameter-map type http PARAMETER-HTTP&lt;BR /&gt; case-insensitive &lt;BR /&gt; persistence-rebalance&lt;BR /&gt; set header-maxparse-length 65535&lt;BR /&gt; set content-maxparse-length 65535&lt;BR /&gt; length-exceed continue&lt;BR /&gt; parsing non-strict&lt;/P&gt;
&lt;P&gt;policy-map multi-match L4-SSL-VIP-POLICY&lt;BR /&gt;class L4-DC-WSMQ&lt;BR /&gt; loadbalance vip inservice&lt;BR /&gt; loadbalance policy TEST_POLICY&lt;BR /&gt; loadbalance vip icmp-reply active&lt;BR /&gt; appl-parameter http advanced-options PARAMETER-HTTP ---&amp;gt; apply it like this&lt;BR /&gt;class L4-SDC-SWS-WSMEXTQ&lt;BR /&gt; loadbalance vip inservice&lt;BR /&gt; loadbalance policy L7-POLICY-DC-WSMQ-WEXT&lt;BR /&gt; loadbalance vip icmp-reply&lt;BR /&gt; loadbalance vip advertise active&lt;BR /&gt; ssl-proxy server SSL-PROXY&lt;BR /&gt; appl-parameter http advanced-options PARAMETER-HTTP ---&amp;gt; apply it like this&lt;/P&gt;
&lt;P&gt;serverfarm host DC-W01-FARM&lt;BR /&gt; failaction purge ---&amp;gt; add this line&lt;BR /&gt; probe HTTP&lt;BR /&gt; rserver DC-W01 80&lt;BR /&gt; inservice&lt;/P&gt;
&lt;P&gt;serverfarm host DC-W02-FARM&lt;BR /&gt; failaction purge ---&amp;gt; add this line&lt;BR /&gt; probe HTTP&lt;BR /&gt; rserver DC-W02 80&lt;BR /&gt; inservice&lt;/P&gt;
&lt;P&gt;serverfarm host DC-WSMQ-FARM&lt;BR /&gt; failaction purge ---&amp;gt; add this line&lt;BR /&gt; predictor response syn-to-synack--&amp;gt; remove this line&lt;BR /&gt; probe HTTP&lt;BR /&gt; rserver DC-W01 80&lt;BR /&gt; inservice&lt;BR /&gt; rserver DC-W02 80&lt;BR /&gt; inservice&lt;/P&gt;
&lt;P&gt;References.&lt;BR /&gt;failaction purge: http://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA5_1_0/command/reference/ACE_cr/servfarm.html#wp1107574&lt;/P&gt;
&lt;P&gt;http parameter: &lt;BR /&gt;http://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA5_1_0/command/reference/ACE_cr/parammap.html#wp1650471&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Jorge&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Don´t forget to rate the answers.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 06:38:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/connection-reset-on-ace/m-p/2764013#M42946</guid>
      <dc:creator>Jorge Bejarano</dc:creator>
      <dc:date>2016-02-09T06:38:25Z</dc:date>
    </item>
  </channel>
</rss>

