8 messages in ru.sysoev.nginxRe: Setting HTTPS on
FromSent OnAttachments
Robert LeftwichMar 2, 2007 1:37 am 
Wayne E. SeguinMar 2, 2007 3:48 am 
Robert LeftwichMar 2, 2007 4:33 am 
Aleksandar LazicMar 2, 2007 10:44 pm 
Robert LeftwichMar 2, 2007 11:46 pm 
Aleksandar LazicMar 3, 2007 1:20 am 
RoxisMar 3, 2007 2:55 am 
Robert LeftwichMar 4, 2007 12:18 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Setting HTTPS onActions...
From:Aleksandar Lazic (al-n@public.gmane.org)
Date:Mar 3, 2007 1:20:05 am
List:ru.sysoev.nginx

On Sam 03.03.2007 18:47, Robert Leftwich wrote:

Aleksandar Lazic wrote:

proxy_set_header HTTPS on;

It ends up as 'HTTP_HTTPS':'on'

strange ?!

I'm assuming that nginx is adding the 'HTTP_' prefix, but that might be incorrect. A quick scan of the proxy module source didn't turn up anything obvious.

what shows a debug level output?!

http://wiki.codemongers.com/NginxDebugging

Do you plan to simulate the env from mod_ssl in apache?!

The proxied code uses 'HTTPS on' to determine that it is being accessed via SSL, which originated in mod_ssl I believe.

Is it weblogic?!

If yes there is a WL-header which you must set so that weblogic answer with https links.

BR

Aleks