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

2012-07-25 Thread Tomas Doran
On 24 Jul 2012, at 07:22, Alex Povolotsky wrote: On 07/23/12 21:52, Tomas Doran wrote: 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

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

2012-07-24 Thread Alex Povolotsky
On 07/23/12 21:52, Tomas Doran wrote: 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

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

2012-07-24 Thread Hailin Hu
I'm afraid only Catalyst::Engine::CGI cares about X-Forwarded-Port as described in the doc. You can try to write your own uri_for() to use X-Forwarded-Port. On Tue, Jul 24, 2012 at 3:22 PM, Alex Povolotsky tark...@over.ru wrote: On 07/23/12 21:52, Tomas Doran wrote: On 23 Jul 2012, at 08:48,

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

2012-07-23 Thread Alex Povolotsky
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

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

2012-07-23 Thread Tomas Doran
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