On Thu, Aug 4, 2011 at 11:34 AM, Tobias Klug <[email protected]> wrote:
> Yes I have already looked at it. The Plugin redirects to the
> https-version of the page instead of just changing all links.
>
> In my setup the catalyst server runs on http. The requests come from a
> reverse proxy, that only accepts https-requests from the clients.
> Therefore I need to force all generated URIs to be https.
>
> I hope that clarifies my problem.
Since you're using your proxy as an SSL proxy, I'd make the proxy
postprocess the response body.
Or you could have catalyst to something like
$c->response->{body} =~ s/http:/https:/g
in your end action.
Len.
--
[email protected] 614-404-4214
Proprietor: http://www.theycomewithcheese.com/ - An Homage to Fromage
Asst. Scoutmaster Troop 156 - www.bsatroop156.org -
[email protected]
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/