I'm having a little issue with SSL and uri_for.

mox_proxy is sending the X-Forwarded-For: headers correctly, but they
don't appear to have any information as to whether or not the request
was http or https.  From what I can tell, this is normal behavior.
However, that means that if I'm just using http on the connection from
the proxy to the backend server, uri_for is incorrect, which causes all
sorts of mixed-mode warnings to pop up on any subsequent requests.

using_frontend_proxy is set to 1 in my config, but it doesn't appear to
address this particular issue.

Anybody have any suggestions for how I might fix this?  For now, I'm
just running SSL to the backend server, but I'd really rather not waste
the resources.

Thanks,
Dylan

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to