<?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 CSS SSL and link modification problem in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-ssl-and-link-modification-problem/m-p/1156606#M23979</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a problem using our CSS to offload SSL for a site. The offload works for the first connection, but the web application seems to be rewriting relative links as absolute links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, a user hits the site at &lt;A class="jive-link-custom" href="https://www.mydomain.com." target="_blank"&gt;https://www.mydomain.com.&lt;/A&gt; The CSS is configured to terminate the SSL traffic, and then send HTTP to the internal web server on TCP/81.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we're seeing in the client's browser is that all links are being returned as &lt;A class="jive-link-custom" href="http://www.mydomain.com:81/" target="_blank"&gt;http://www.mydomain.com:81/&lt;/A&gt;... instead of &lt;A class="jive-link-custom" href="https://www.mydomain.com/..." target="_blank"&gt;https://www.mydomain.com/...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea of how we can do this without messing around with the web server too much? I.e. is there a way on the CSS to do link translation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jan 2009 09:12:56 GMT</pubDate>
    <dc:creator>osiristrading123</dc:creator>
    <dc:date>2009-01-08T09:12:56Z</dc:date>
    <item>
      <title>CSS SSL and link modification problem</title>
      <link>https://community.cisco.com/t5/application-networking/css-ssl-and-link-modification-problem/m-p/1156606#M23979</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a problem using our CSS to offload SSL for a site. The offload works for the first connection, but the web application seems to be rewriting relative links as absolute links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, a user hits the site at &lt;A class="jive-link-custom" href="https://www.mydomain.com." target="_blank"&gt;https://www.mydomain.com.&lt;/A&gt; The CSS is configured to terminate the SSL traffic, and then send HTTP to the internal web server on TCP/81.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we're seeing in the client's browser is that all links are being returned as &lt;A class="jive-link-custom" href="http://www.mydomain.com:81/" target="_blank"&gt;http://www.mydomain.com:81/&lt;/A&gt;... instead of &lt;A class="jive-link-custom" href="https://www.mydomain.com/..." target="_blank"&gt;https://www.mydomain.com/...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea of how we can do this without messing around with the web server too much? I.e. is there a way on the CSS to do link translation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2009 09:12:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-ssl-and-link-modification-problem/m-p/1156606#M23979</guid>
      <dc:creator>osiristrading123</dc:creator>
      <dc:date>2009-01-08T09:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: CSS SSL and link modification problem</title>
      <link>https://community.cisco.com/t5/application-networking/css-ssl-and-link-modification-problem/m-p/1156607#M23980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the link are indeed hardcoded like this, there is nothing the CSS can do.&lt;/P&gt;&lt;P&gt;Bad server design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the server is returning a redirect to &lt;A class="jive-link-custom" href="http://" target="_blank"&gt;http://&lt;/A&gt;... the CSS can intercept it and rewrite it to https.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify if there is a redirect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 09:59:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-ssl-and-link-modification-problem/m-p/1156607#M23980</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2009-01-08T09:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: CSS SSL and link modification problem</title>
      <link>https://community.cisco.com/t5/application-networking/css-ssl-and-link-modification-problem/m-p/1156608#M23981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gilles. I agree that the problem is poor design/coding, and have sent it to someone else to fix. Thanks for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 11:33:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-ssl-and-link-modification-problem/m-p/1156608#M23981</guid>
      <dc:creator>osiristrading123</dc:creator>
      <dc:date>2009-01-08T11:33:04Z</dc:date>
    </item>
  </channel>
</rss>

