<?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: SSL Problems in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ssl-problems/m-p/1497392#M30841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that you need to specify the clear text port that your backend server is using otherwise the ACE will try to forward the decrypted traffic on port 443.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host test_servers&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; rserver mywebserver 80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;__ __&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;P&gt;Cisco TAC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jun 2010 17:47:27 GMT</pubDate>
    <dc:creator>Pablo</dc:creator>
    <dc:date>2010-06-14T17:47:27Z</dc:date>
    <item>
      <title>SSL Problems</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-problems/m-p/1497391#M30840</link>
      <description>&lt;P&gt;I have having issues using SSL termination.&amp;nbsp; When I configure regular http all works fine, but when I switch to SSL termination I see resets in the packet capture (capture run on the client machine).&amp;nbsp; I ran the crypto verify command to confirm the key and the cert match which they did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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;boot system image:c4710ace-mz.A3_2_4.bin&lt;/P&gt;&lt;P&gt;hostname MYLOADBALANCER&lt;BR /&gt;interface gigabitEthernet 1/1&lt;BR /&gt;&amp;nbsp; description LB INSIDE&lt;BR /&gt;&amp;nbsp; switchport access vlan 1000&lt;BR /&gt;&amp;nbsp; no shutdown&lt;BR /&gt;interface gigabitEthernet 1/2&lt;BR /&gt;&amp;nbsp; switchport access vlan 3126&lt;BR /&gt;&amp;nbsp; no shutdown&lt;BR /&gt;interface gigabitEthernet 1/3&lt;BR /&gt;&amp;nbsp; shutdown&lt;BR /&gt;interface gigabitEthernet 1/4&lt;BR /&gt;&amp;nbsp; ft-port vlan 100&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto csr-params mycompany&lt;BR /&gt;&amp;nbsp; country US&lt;BR /&gt;&amp;nbsp; state NJ&lt;BR /&gt;&amp;nbsp; organization-name myorganization&lt;BR /&gt;&amp;nbsp; organization-unit Information Services&lt;BR /&gt;&amp;nbsp; common-name *.mydomain.org&lt;/P&gt;&lt;P&gt;access-list ALL line 8 extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter-map type ssl mydomain.org&lt;BR /&gt;&amp;nbsp; cipher RSA_WITH_RC4_128_SHA&lt;BR /&gt;&amp;nbsp; cipher RSA_WITH_AES_128_CBC_SHA&lt;BR /&gt;&amp;nbsp; cipher RSA_EXPORT1024_WITH_RC4_56_MD5&lt;BR /&gt;&amp;nbsp; cipher RSA_EXPORT1024_WITH_DES_CBC_SHA&lt;BR /&gt;&amp;nbsp; cipher RSA_EXPORT1024_WITH_RC4_56_SHA&lt;/P&gt;&lt;P&gt;rserver host mywebserver&lt;BR /&gt;&amp;nbsp; ip address 192.168.48.78&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;serverfarm host test_servers&lt;BR /&gt;&amp;nbsp; rserver mywebserver&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;ssl-proxy service mydomain.org&lt;BR /&gt;&amp;nbsp; key mydomain&lt;BR /&gt;&amp;nbsp; cert STAR.mydomain.ORG.crt&lt;BR /&gt;&amp;nbsp; ssl advanced-options mydomain.org&lt;/P&gt;&lt;P&gt;class-map type management match-any remote_access&lt;BR /&gt;&amp;nbsp; 201 match protocol xml-https any&lt;BR /&gt;&amp;nbsp; 202 match protocol icmp any&lt;BR /&gt;&amp;nbsp; 203 match protocol telnet any&lt;BR /&gt;&amp;nbsp; 204 match protocol ssh any&lt;BR /&gt;&amp;nbsp; 205 match protocol http any&lt;BR /&gt;&amp;nbsp; 206 match protocol https any&lt;BR /&gt;&amp;nbsp; 207 match protocol snmp any&lt;BR /&gt;class-map match-all test.mydomain.org&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 1.1.1.3 tcp eq https&lt;/P&gt;&lt;P&gt;policy-map type management first-match remote_mgmt_allow_policy&lt;BR /&gt;&amp;nbsp; class remote_access&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match test.mydomain.org-l7slb&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm test_servers&lt;/P&gt;&lt;P&gt;policy-map multi-match int1000-n2&lt;BR /&gt;&amp;nbsp; class test.mydomain.org&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy test.mydomain.org-l7slb&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ssl-proxy server mydomain.org&lt;/P&gt;&lt;P&gt;interface vlan 1000&lt;BR /&gt;&amp;nbsp; description inside interface&lt;BR /&gt;&amp;nbsp; ip address 2.2.2.2 255.255.255.0&lt;BR /&gt;&amp;nbsp; peer ip address 2.2.2.3 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input ALL&lt;BR /&gt;&amp;nbsp; service-policy input remote_mgmt_allow_policy&lt;BR /&gt;&amp;nbsp; service-policy input int1000-n2&lt;BR /&gt;&amp;nbsp; no shutdown&lt;BR /&gt;interface vlan 3126&lt;BR /&gt;&amp;nbsp; description "outside interface"&lt;BR /&gt;&amp;nbsp; ip address 1.1.1.1 255.255.255.0&lt;BR /&gt;&amp;nbsp; peer ip address 1.1.1.2 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input ALL&lt;BR /&gt;&amp;nbsp; service-policy input remote_mgmt_allow_policy&lt;BR /&gt;&amp;nbsp; service-policy input int1000-n2&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;ft interface vlan 100&lt;BR /&gt;&amp;nbsp; ip address 192.168.5.106 255.255.255.252&lt;BR /&gt;&amp;nbsp; peer ip address 192.168.5.105 255.255.255.252&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;ft peer 1&lt;BR /&gt;&amp;nbsp; heartbeat interval 300&lt;BR /&gt;&amp;nbsp; heartbeat count 10&lt;BR /&gt;&amp;nbsp; ft-interface vlan 100&lt;BR /&gt;&amp;nbsp; query-interface vlan 1000&lt;BR /&gt;ft group 1&lt;BR /&gt;&amp;nbsp; peer 1&lt;BR /&gt;&amp;nbsp; associate-context Admin&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 1.1.1.5&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2010 17:27:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-problems/m-p/1497391#M30840</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2010-06-14T17:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Problems</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-problems/m-p/1497392#M30841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that you need to specify the clear text port that your backend server is using otherwise the ACE will try to forward the decrypted traffic on port 443.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host test_servers&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; rserver mywebserver 80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;__ __&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;P&gt;Cisco TAC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 17:47:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-problems/m-p/1497392#M30841</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2010-06-14T17:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Problems</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-problems/m-p/1497393#M30842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to set an SSL redirection so that requests sent to &lt;A href="https://mydomain.com"&gt;https://mydomain.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;get redirected to &lt;A href="https://mydomain.com/folder1"&gt;https://mydomain.com/folder1&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 20:05:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-problems/m-p/1497393#M30842</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2010-06-14T20:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Problems</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-problems/m-p/1497394#M30843</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;Sure you need to do L7 LB decision, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rserver redirect Redirect&lt;BR /&gt;&lt;SPAN&gt; webhost-redirection &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://mydomain.com/folder1"&gt;https://mydomain.com/folder1&lt;/A&gt;&lt;SPAN&gt; 301&lt;/SPAN&gt;&lt;BR /&gt; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm redirect Redirect&lt;BR /&gt; rserver Redirect&lt;BR /&gt; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-any Folder&lt;BR /&gt;&amp;nbsp; 2 match http url /folder1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match test.mydomain.org-l7slb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class Folder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm test_servers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm Redirect&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;Pablo&lt;/P&gt;&lt;P&gt;Cisco TAC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 20:46:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-problems/m-p/1497394#M30843</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2010-06-14T20:46:03Z</dc:date>
    </item>
  </channel>
</rss>

