<?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: how to force https using ACE module? in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/how-to-force-https-using-ace-module/m-p/1349963#M28078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yeah.. and of course&lt;/P&gt;&lt;P&gt;show service detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for current connections and dropped connections - being your best friend for troubleshooting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note, that the capture feature of ACE can be useful too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2010 18:01:03 GMT</pubDate>
    <dc:creator>bshellrude</dc:creator>
    <dc:date>2010-01-28T18:01:03Z</dc:date>
    <item>
      <title>how to force https using ACE module?</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-force-https-using-ace-module/m-p/1349961#M28076</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one requirment from the customer to force https for web site sections that require authentication&lt;/P&gt;&lt;P&gt; all web site sections that require authentication end with login.aspx&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/staff/login/login.aspx"&gt;www.cisco.com/staff/login/login.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/empl/login/login.aspx"&gt;www.cisco.com/empl/login/login.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to force redirection from http to https for any url end with login.aspx&lt;/P&gt;&lt;P&gt;i don't want any user to authenticate using http.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2010 08:20:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-force-https-using-ace-module/m-p/1349961#M28076</guid>
      <dc:creator>majaj</dc:creator>
      <dc:date>2010-01-26T08:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to force https using ACE module?</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-force-https-using-ace-module/m-p/1349962#M28077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rserver redirect HTTP-to-HTTPS&lt;BR /&gt;&amp;nbsp; webhost-redirection &lt;A href="https://community.cisco.com/"&gt;https://%h%p&lt;/A&gt; 301&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm redirect HTTP-to-HTTPS&lt;BR /&gt;&amp;nbsp; rserver HTTP-to-HTTPS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-any L7CLASS-REDIRECT-HTTP-to-HTTPS&lt;BR /&gt;&amp;nbsp;&amp;nbsp; match http url .*/login.aspx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match L7POLICY-REDIRECT-HTTP-to-HTTPS&lt;BR /&gt;&amp;nbsp; class L7CLASS-REDIRECT-HTTP-to-HTTPS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm HTTP-to-HTTPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match L3IngressPolicy&lt;/P&gt;&lt;P&gt;&amp;nbsp; class L4VIP-SOME-VIP-CLASS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy L7POLICY-REDIRECT-HTTP-to-HTTPS&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then of course having a proper HTTPS policy corresponding with the redirect...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's how we've got things running anyways...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 17:55:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-force-https-using-ace-module/m-p/1349962#M28077</guid>
      <dc:creator>bshellrude</dc:creator>
      <dc:date>2010-01-28T17:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to force https using ACE module?</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-force-https-using-ace-module/m-p/1349963#M28078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yeah.. and of course&lt;/P&gt;&lt;P&gt;show service detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for current connections and dropped connections - being your best friend for troubleshooting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note, that the capture feature of ACE can be useful too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 18:01:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-force-https-using-ace-module/m-p/1349963#M28078</guid>
      <dc:creator>bshellrude</dc:creator>
      <dc:date>2010-01-28T18:01:03Z</dc:date>
    </item>
  </channel>
</rss>

