<br><br><div class="gmail_quote">On Thu, Aug 4, 2011 at 11:34 AM, Tobias Klug <span dir="ltr">&lt;<a href="mailto:tklug@hartle-klug.de">tklug@hartle-klug.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Yes I have already looked at it. The Plugin redirects to the<br>
https-version of the page instead of just changing all links.<br>
<br>
In my setup the catalyst server runs on http. The requests come from a<br>
reverse proxy, that only accepts https-requests from the clients.<br>
Therefore I need to force all generated URIs to be https.<br>
<br>
I hope that clarifies my problem.</blockquote><div><br></div><div>Since you&#39;re using your proxy as an SSL proxy, I&#39;d make the proxy postprocess the response body.</div><div>Or you could have catalyst to something like                   $c-&gt;response-&gt;{body} =~ s/http:/https:/g</div>

<div>in your end action.</div><div><br></div><div>Len. </div><div><br></div></div><br>-- <br><a href="mailto:lenjaffe@jaffesystems.com" target="_blank">lenjaffe@jaffesystems.com</a>   614-404-4214<br>Proprietor: <a href="http://www.theycomewithcheese.com/" target="_blank">http://www.theycomewithcheese.com/</a> - An Homage to Fromage<div>

Asst. Scoutmaster Troop 156 - <a href="http://www.bsatroop156.org/" target="_blank">www.bsatroop156.org</a> - <a href="mailto:webmaster@bsatroop156.org" target="_blank">webmaster@bsatroop156.org</a></div><br>