Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.133.2.28 -r1.133.2.29 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 12 Oct 2013 13:55:18 -0000 1.133.2.28 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 26 Oct 2013 09:24:07 -0000 1.133.2.29 @@ -2531,7 +2531,7 @@ if { [ns_config "ns/parameters" ReverseProxyMode false] } { if { [ns_set ifind [ad_conn headers] X-Forwarded-For] > -1 - && [ns_set iget [ad_conn headers] X-SSL-Request] == "1"} { + && [ns_set iget [ad_conn headers] X-SSL-Request] == 1} { set proto https } }