Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.153.2.64 -r1.153.2.65 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 4 Jun 2024 12:14:59 -0000 1.153.2.64 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 7 Jul 2024 10:18:33 -0000 1.153.2.65 @@ -1820,7 +1820,7 @@ [expr { [ns_set iget [ns_conn headers] X-SSL-Request] == 1 || [ns_set iget [ns_conn headers] X-Forwarded-Proto] eq "https" - }] + }] } return $ad_conn(behind_secure_proxy_p) }