<?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: HTTP to HTTPS redirects strange issue!! in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507682#M9567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a copy of an ethereal trace from my machine (client).  This is a trace of me (192.168.0.2) connecting to &lt;A class="jive-link-custom" href="http://muso-staging.monash.edu.au" target="_blank"&gt;http://muso-staging.monash.edu.au&lt;/A&gt; (130.194.11.122).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From looking at the traffic for all the HTTP transactions, i can see the cookie in the header, although it looks like the real servers are also adding their own cookie: JESSION_ALTERNATE.  To me the traffic appears to be normal.  Further as evidenced by the CSM TCP logs (attached), i noticed that i was stuck to 1 of the 3 real servers (130.194.13.245).  In case you are wondering, my IP in the CSM logs is my real world IP (144.132.44.114), since these are tests from home/boardband.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as a trace of the "decrypted" traffic per se, that is, traffic to and from the backend server itself, i'll get the server Admin to get me a copy of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just as an aside, the Application vendor mentioned that ideally session persistance should be setup using the "Offset/length sticky" function, where this feature adds enhanced support for Java 2 Platform, Enterprise Edition (J2EE) based applications such as BEA WebLogic.  At the moment the cookie that is set is done by using the "cookie insert" function, since the CSM code we are running is 3.1(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(We will be looking to upgrade to a safe harbor code 4.2 later this year)&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2006 10:19:13 GMT</pubDate>
    <dc:creator>sgonsalv</dc:creator>
    <dc:date>2006-07-18T10:19:13Z</dc:date>
    <item>
      <title>HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507677#M9562</link>
      <description>&lt;P&gt;Hi Giles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have noticed a strange problem with HTTP to HTTPS redirects that i've setup for a customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BACKGROUND&lt;/P&gt;&lt;P&gt;- CSM is configured in routed mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- The backend server is WebCT Vista, hosted on Bea Weblogic 8.1 and is written in J2EE so it's all beans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Both the HTTP and HTTPS paths individually work fine, without an issue.  That is you can login, click on links and have the information you've requested displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISSUE&lt;/P&gt;&lt;P&gt;The strange issue i've noticed is that when i have the HTTP to HTTPS redirection in place, the following happens:&lt;/P&gt;&lt;P&gt;- point my browser to &lt;A class="jive-link-custom" href="http://130.194.11.122" target="_blank"&gt;http://130.194.11.122&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- the CSM replies back with a HTTP redirect (302), specifying that the new location is &lt;A class="jive-link-custom" href="https://130.194.11.122" target="_blank"&gt;https://130.194.11.122&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- The browser refetches the page by browsing to &lt;A class="jive-link-custom" href="https://130.194.11.122" target="_blank"&gt;https://130.194.11.122&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- I login fine&lt;/P&gt;&lt;P&gt;- I can click on some of the links without a problem (been told that they are relative links)&lt;/P&gt;&lt;P&gt;- However, with the other links on the page, after clicking on them, i get thrown back to the homepage again!  Been told that these are absolute links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TESTS&lt;/P&gt;&lt;P&gt;- i've setup my own servers and have not had a problem with the redirection setup, as all works as expected.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUESTIONS/THOUGHTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I've attached a copy of the config that i've got in place for the WebCT test environment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Just wondering if you've come across a similar problem before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Does the config need to be altered at all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my mind the "refetch" performed by the browser should be treated the same as pointing my browser "directly" to &lt;A class="jive-link-custom" href="https://130.194.11.122" target="_blank"&gt;https://130.194.11.122&lt;/A&gt; - correct me if i'm wrong!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Considering this, you wonder why the server would treat a connection coming in after a redirect different to a direct connection?!  Would this have anything to do with absolute and relative links?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insights would be most useful.&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;serverfarm VISTESTSSLFARM&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  predictor leastconns&lt;/P&gt;&lt;P&gt;  real 172.16.11.11&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real 172.16.11.12&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm REDIR-FARM&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  redirect-vserver REDVS1&lt;/P&gt;&lt;P&gt;   webhost relocation 130.194.11.122%p &lt;/P&gt;&lt;P&gt;   ssl 443&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm FARM-VISTATEST&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  predictor leastconns&lt;/P&gt;&lt;P&gt;  failaction purge&lt;/P&gt;&lt;P&gt;  real 130.194.13.244&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real 130.194.13.245&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real 130.194.13.247&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  probe VISTA-TCP-80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sticky 225 cookie JSESSIONID timeout 60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vserver VISTEST-SSLVIP&lt;/P&gt;&lt;P&gt;  virtual 130.194.11.122 tcp https&lt;/P&gt;&lt;P&gt;  serverfarm VISTESTSSLFARM&lt;/P&gt;&lt;P&gt;  ssl-sticky offset 20 length 6&lt;/P&gt;&lt;P&gt;  sticky 30 group 101&lt;/P&gt;&lt;P&gt;  replicate csrp sticky&lt;/P&gt;&lt;P&gt;  persistent rebalance&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vserver VISTEST-DECVIP&lt;/P&gt;&lt;P&gt;  virtual 172.16.11.101 tcp www&lt;/P&gt;&lt;P&gt;  serverfarm FARM-VISTATEST&lt;/P&gt;&lt;P&gt;  sticky 60 group 226&lt;/P&gt;&lt;P&gt;  persistent rebalance&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vserver VVISTA-TEST-80&lt;/P&gt;&lt;P&gt;  virtual 130.194.11.122 tcp www&lt;/P&gt;&lt;P&gt;  serverfarm REDIR-FARM&lt;/P&gt;&lt;P&gt;  sticky 60 group 225&lt;/P&gt;&lt;P&gt;  replicate csrp sticky&lt;/P&gt;&lt;P&gt;  persistent rebalance&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2006 06:56:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507677#M9562</guid>
      <dc:creator>sgonsalv</dc:creator>
      <dc:date>2006-07-03T06:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507678#M9563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check fixing arrowpoint-cookies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 13:54:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507678#M9563</guid>
      <dc:creator>carenas123</dc:creator>
      <dc:date>2006-07-07T13:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507679#M9564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no arrowpoint-cookie with the CSM, moreover this is SSL, so no cookies unless you have an SSL module to decrypt the traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens is that the absolute path forces the browser to open a new HTTP connection which is redirected to HTTPS.  Since this is a new connection, you need some form of stickyness to make sure the connection is sent back to the same server.&lt;/P&gt;&lt;P&gt;I see you have the ssl-sticky offset command but I think you still need to configure an ssl sticky group for this function to work.&lt;/P&gt;&lt;P&gt;Try also sticky based on source ip if adding the ssl sticky group does not solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;P&gt;PS: sorry for delay - was on a GREAT vacation.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 06:39:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507679#M9564</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-07-17T06:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507680#M9565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Yup! Holidays are great for recharing the batteries!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mention configuring an ssl-sticky group.  Not sure if you missed it in the config, but I actually have this configured on the SSL VIP as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sticky 101 ssl timeout 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vserver VISTEST-SSLVIP&lt;/P&gt;&lt;P&gt;virtual 130.194.11.122 tcp https&lt;/P&gt;&lt;P&gt;serverfarm VISTESTSSLFARM&lt;/P&gt;&lt;P&gt;ssl-sticky offset 20 length 6&lt;/P&gt;&lt;P&gt;sticky 30 group 101               &amp;lt;---- here&lt;/P&gt;&lt;P&gt;replicate csrp sticky &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my understanding this is required if there is more than one SSL module (which we have), and therefore ensures that the CSM always forwards&lt;/P&gt;&lt;P&gt;traffic from a particular client to the same SSL Services Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have noticed on the vserver VISTEST-DECVIP that i have cookie based stickyness configured:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sticky 226 cookie JSESSIONID timeout 60 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vserver VISTEST-DECVIP&lt;/P&gt;&lt;P&gt;virtual 172.16.11.101 tcp www&lt;/P&gt;&lt;P&gt;serverfarm FARM-VISTATEST&lt;/P&gt;&lt;P&gt;sticky 60 group 226&lt;/P&gt;&lt;P&gt;persistent rebalance&lt;/P&gt;&lt;P&gt;inservice &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my mind, this should be sufficient to ensure that all connections are "stuck" to one real server for the duration of the session.  Based on the TCP connections on the CSM i can verify that all connections are being stuck to one real server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you suggesting that i should look at having source IP based stickyness applied to VISTEST-DECVIP, as a better way of making sure that the connections are stuck?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing some testing, when connecting directly to &lt;A class="jive-link-custom" href="https://130.194.11.122," target="_blank"&gt;https://130.194.11.122,&lt;/A&gt; (not via a redirect), one of the things i noticed was that while the page itself is encrypted, and kept within the HTTPS domain, the links themselves are not secure (i.e they are &lt;A class="jive-link-custom" href="http://" target="_blank"&gt;http://&lt;/A&gt;...).  Now, if all links are "relative" then this should not be a problem, because by default, all such links are encrypted by the SSL protocol.  At the moment the users are kept within the secure domain by a URL rewrite performed on the SSL module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts:&lt;/P&gt;&lt;P&gt;-------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what i can see, i've got stickyness in place, while I can try changing "Cookie based" stickyness to "source IP based" to see if that changes results as mentioned above.  However, having noticed the links on the page themselves, i tend to think that the issue here is with the links themsleves, which should be:&lt;/P&gt;&lt;P&gt;- either all relative, or&lt;/P&gt;&lt;P&gt;- if they are absolute, the domain specified should be "https"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you agree - what are your impressions?&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>Mon, 17 Jul 2006 08:35:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507680#M9565</guid>
      <dc:creator>sgonsalv</dc:creator>
      <dc:date>2006-07-17T08:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507681#M9566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry - didn't see the sticky 101 line.&lt;/P&gt;&lt;P&gt;Could you verify the decrypted traffic [capture a sniffer trace] and verify if the cookies are there.&lt;/P&gt;&lt;P&gt;If you can't find anything wrong in the trace, could you send it to me.&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>Mon, 17 Jul 2006 11:57:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507681#M9566</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-07-17T11:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507682#M9567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a copy of an ethereal trace from my machine (client).  This is a trace of me (192.168.0.2) connecting to &lt;A class="jive-link-custom" href="http://muso-staging.monash.edu.au" target="_blank"&gt;http://muso-staging.monash.edu.au&lt;/A&gt; (130.194.11.122).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From looking at the traffic for all the HTTP transactions, i can see the cookie in the header, although it looks like the real servers are also adding their own cookie: JESSION_ALTERNATE.  To me the traffic appears to be normal.  Further as evidenced by the CSM TCP logs (attached), i noticed that i was stuck to 1 of the 3 real servers (130.194.13.245).  In case you are wondering, my IP in the CSM logs is my real world IP (144.132.44.114), since these are tests from home/boardband.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as a trace of the "decrypted" traffic per se, that is, traffic to and from the backend server itself, i'll get the server Admin to get me a copy of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just as an aside, the Application vendor mentioned that ideally session persistance should be setup using the "Offset/length sticky" function, where this feature adds enhanced support for Java 2 Platform, Enterprise Edition (J2EE) based applications such as BEA WebLogic.  At the moment the cookie that is set is done by using the "cookie insert" function, since the CSM code we are running is 3.1(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(We will be looking to upgrade to a safe harbor code 4.2 later this year)&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:19:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507682#M9567</guid>
      <dc:creator>sgonsalv</dc:creator>
      <dc:date>2006-07-18T10:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507683#M9568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just had a couple of things to add to my previous reply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Looking at vserver VVISTA-TEST-80 i've noticed that i have a sticky group in place (cookie: JSESSIONID).  Not sure if this would make a difference, but i think this isn't really required, and probably just complicates things?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vserver VVISTA-TEST-80&lt;/P&gt;&lt;P&gt;virtual 130.194.11.122 tcp www&lt;/P&gt;&lt;P&gt;serverfarm REDIR-FARM&lt;/P&gt;&lt;P&gt;sticky 60 group 225&lt;/P&gt;&lt;P&gt;replicate csrp sticky&lt;/P&gt;&lt;P&gt;persistent rebalance&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. WRT to links that "throw you back" to the login page, here is some info on what happens in the backend:&lt;/P&gt;&lt;P&gt;- when a client clicks on these link, based on their username specific information for this student is gotton from another server (not part of the serverfarm)&lt;/P&gt;&lt;P&gt;- this info is brought back to the real server dealing with the client request&lt;/P&gt;&lt;P&gt;- the info is imbedded / formed into a page that makes it look like the information is local to the server &lt;/P&gt;&lt;P&gt;- this is sent back to the client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 11:33:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507683#M9568</guid>
      <dc:creator>sgonsalv</dc:creator>
      <dc:date>2006-07-18T11:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507684#M9569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sheldon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the trace you provided is when doing HTTP - not https.&lt;/P&gt;&lt;P&gt;If I understand correctly, it works find with HTTP.&lt;/P&gt;&lt;P&gt;The problem is only with HTTPS - correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 11:35:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507684#M9569</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-07-18T11:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507685#M9570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct, the problem only appears when connecting to &lt;A class="jive-link-custom" href="HTTPS://" target="_blank"&gt;HTTPS://&lt;/A&gt; via a redirect from the CSM.  I'll grab these traces, i.e. the traffic to and from the real server (decrypted) from the Application admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the previous traces just to show how the HTTP path operates...although it isn't entirely relevant here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 13:06:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507685#M9570</guid>
      <dc:creator>sgonsalv</dc:creator>
      <dc:date>2006-07-18T13:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507686#M9571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what does the "sticky 225 cookie JSESSIONID timeout 60 " do?  Does it look into the http header for the JSessionID string and use that parameter for sticky?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 04:13:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507686#M9571</guid>
      <dc:creator>steve-hong</dc:creator>
      <dc:date>2007-01-17T04:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507687#M9572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The statement "sticky 225 cookie JSESSIONID timeout 60" applies or inserts the cookie JSESSIONID on behalf of the server, so that cookie stickiness can be performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 05:22:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507687#M9572</guid>
      <dc:creator>sgonsalv</dc:creator>
      <dc:date>2007-01-17T05:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP to HTTPS redirects strange issue!!</title>
      <link>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507688#M9573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should add that this issue i initially posted was solved by simply changing the relocation string from 130.194.11.122 to the actual hostname of the service instead, i.e. muso-staging.monash.edu.au (in this case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason the redirection didn't work well when using the IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 05:24:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-to-https-redirects-strange-issue/m-p/507688#M9573</guid>
      <dc:creator>sgonsalv</dc:creator>
      <dc:date>2007-01-17T05:24:50Z</dc:date>
    </item>
  </channel>
</rss>

