<?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 do I redirect HTTP connections to the HTTPS domain? in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/how-do-i-redirect-http-connections-to-the-https-domain/m-p/583546#M11033</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;&lt;/P&gt;&lt;P&gt;Thats right - that was the fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 May 2006 01:27:47 GMT</pubDate>
    <dc:creator>sgonsalv</dc:creator>
    <dc:date>2006-05-19T01:27:47Z</dc:date>
    <item>
      <title>How do I redirect HTTP connections to the HTTPS domain?</title>
      <link>https://community.cisco.com/t5/application-networking/how-do-i-redirect-http-connections-to-the-https-domain/m-p/583544#M11031</link>
      <description>&lt;P&gt;Hi Giles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly we use our CSM module in routed mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the particular issue i'm looking to address we have the following setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR TRAFFIC:&lt;/P&gt;&lt;P&gt;- All HTTP connections are load balanced via the "vserver CLEAR_VIP" to "serverfarm WEBFARM".&lt;/P&gt;&lt;P&gt;- This works in the standard manner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENCRYPTED TRAFFIC:&lt;/P&gt;&lt;P&gt;- I've also setup a "vserver SSL_VIP" for all the HTTPS traffic, which load balances to "serverfarm SSLFARM".  &lt;/P&gt;&lt;P&gt;- This traffic then goes to one of the two SSL modules, and after decryption goes to "vserver DECRYPT_VIP".  &lt;/P&gt;&lt;P&gt;- This finally load balances to "serverfarm WEBFARM".&lt;/P&gt;&lt;P&gt;- Again a standard setup which works well, no problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUESTION:&lt;/P&gt;&lt;P&gt;- While our customer will be advertising to have all students use the "encrypted path", there will always be a few that have the "clear path" bookmarked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- So to address this, our customer would like all "http", port 80 traffic to "vserver CLEAR_VIP" to be redirected to "https", port 443.&lt;/P&gt;&lt;P&gt;- Is there a way in which this can be done??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I was reading through "Configuring Redirect Virtual Servers", which talks about putting &lt;A class="jive-link-custom" href="https://" target="_blank"&gt;https://&lt;/A&gt; into the relocation string......does this look like a suitable way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a copy of our CSM and SSL config, for you to get a better idea of how things are setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2006 23:55:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-do-i-redirect-http-connections-to-the-https-domain/m-p/583544#M11031</guid>
      <dc:creator>sgonsalv</dc:creator>
      <dc:date>2006-05-11T23:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I redirect HTTP connections to the HTTPS domain?</title>
      <link>https://community.cisco.com/t5/application-networking/how-do-i-redirect-http-connections-to-the-https-domain/m-p/583545#M11032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you actually found the solution yourself.&lt;/P&gt;&lt;P&gt;You habe to put &lt;A class="jive-link-custom" href="https://" target="_blank"&gt;https://&lt;/A&gt; in the relocation string.&lt;/P&gt;&lt;P&gt;This is how you tell a browser that the traffic needs to be encrypted.&lt;/P&gt;&lt;P&gt;I'm not sure what is the concern or how you expect to do this otherwise.&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;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 06:49:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-do-i-redirect-http-connections-to-the-https-domain/m-p/583545#M11032</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-05-12T06:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I redirect HTTP connections to the HTTPS domain?</title>
      <link>https://community.cisco.com/t5/application-networking/how-do-i-redirect-http-connections-to-the-https-domain/m-p/583546#M11033</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;&lt;/P&gt;&lt;P&gt;Thats right - that was the fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 01:27:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-do-i-redirect-http-connections-to-the-https-domain/m-p/583546#M11033</guid>
      <dc:creator>sgonsalv</dc:creator>
      <dc:date>2006-05-19T01:27:47Z</dc:date>
    </item>
  </channel>
</rss>

