[Catalyst] X-Forwarded-Port works no more?

Tomas Doran bobtfish at bobtfish.net
Mon Jul 23 17:52:22 GMT 2012


On 23 Jul 2012, at 08:48, Alex Povolotsky wrote:

> Hello,
> 
> I'm setting up MojoMojo, https-protected.
> 
> However, it keeps making http: urls.
> 
> Setting X-Forwarded-Port did not help a bit, and trying to grep X-Forwarded-Port to 443 did not help as well.
> 
> I've set fastcgi_param HTTPS 1, and it helps, but why X-Forwarded-Port is mentioned but does not work?


Your post implies that your running the app as an FCGI, however you're caring about X-Forwarded headers, which are only relevant if you're running the app behind a proxy.

Which (or both) of these are you specifying?

Can you show us your web server config, and app config?

Cheers
t0m




More information about the Catalyst mailing list