<?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: ACE and SSL termination in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277250#M26604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cathy - I need to modify the VIP ACL to accept 443 and I need to add 443 to the rservers as well correct ?  Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 12:44:09 GMT</pubDate>
    <dc:creator>coldeneqt</dc:creator>
    <dc:date>2009-08-10T12:44:09Z</dc:date>
    <item>
      <title>ACE and SSL termination</title>
      <link>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277248#M26602</link>
      <description>&lt;P&gt;Hi - Can the ACE pass SSL requests to a VIP and the real servers without the need to configure the ACE for SSL termination and initiation to teh backend servers ?  Thank you.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2009 00:10:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277248#M26602</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2009-08-10T00:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: ACE and SSL termination</title>
      <link>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277249#M26603</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;Yes - you only need to terminate/reinitiate if you need to inspect or modify the underlying information in the SSL encapsulation. If you define the VIP to take SSL then it will be treated like any other TCP traffic.&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;Cathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 05:56:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277249#M26603</guid>
      <dc:creator>ciscocsoc</dc:creator>
      <dc:date>2009-08-10T05:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: ACE and SSL termination</title>
      <link>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277250#M26604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cathy - I need to modify the VIP ACL to accept 443 and I need to add 443 to the rservers as well correct ?  Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 12:44:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277250#M26604</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2009-08-10T12:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: ACE and SSL termination</title>
      <link>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277251#M26605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cathy - I added the following config but I still can not connect via https:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all VIP&lt;/P&gt;&lt;P&gt;  2 match virtual-address 10.1.1.1 tcp&lt;/P&gt;&lt;P&gt;eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host SF&lt;/P&gt;&lt;P&gt;  failaction purge&lt;/P&gt;&lt;P&gt;  probe 443_PROBE&lt;/P&gt;&lt;P&gt;  rserver SPWEBPRD1 443&lt;/P&gt;&lt;P&gt;    inservice&lt;/P&gt;&lt;P&gt;  rserver SPWEBPRD2 443&lt;/P&gt;&lt;P&gt;    inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:07:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277251#M26605</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2009-08-10T13:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: ACE and SSL termination</title>
      <link>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277252#M26606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make sure there is no more generic class-map listed before this one in your multimatch policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make the policy is on the correct interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure serverfarm shows rservers alive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get a 'show service-policy detail' and check if you have any hit on the appropriate class-map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:14:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277252#M26606</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2009-08-10T13:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: ACE and SSL termination</title>
      <link>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277253#M26607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you - I got it to work by removing port 443 from the rservers in server farm config mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also - Since all the traffic is sourced from the same ip address, will http cookie insert work in the https environment ?  Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 14:34:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277253#M26607</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2009-08-10T14:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: ACE and SSL termination</title>
      <link>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277254#M26608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I did not think that you needed to specify the ports in the reserver of the server-farm, if you have already specified the  same port in the class-map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In my case; I have traffic coming in the class-map in port 80 and I would have to redirect it to port 8109. I would than add port 8109 in the reservers in the server-farm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If things are working for you, then my argument is a mute one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 16:56:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277254#M26608</guid>
      <dc:creator>jteixido</dc:creator>
      <dc:date>2009-08-10T16:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: ACE and SSL termination</title>
      <link>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277255#M26609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That sounds about right.  I appreciate it.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 17:05:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-and-ssl-termination/m-p/1277255#M26609</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2009-08-10T17:05:50Z</dc:date>
    </item>
  </channel>
</rss>

