Index: openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl,v diff -u -N -r1.1.2.14 -r1.1.2.15 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 21 Jan 2015 10:24:30 -0000 1.1.2.14 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 9 Apr 2015 18:19:48 -0000 1.1.2.15 @@ -820,6 +820,13 @@ set method "GET" } } + + # + # A redirect from http might point to https, which in turn + # might not be configured. So we have to go through + # util::http::request again. + # + set this_proc ::util::http::request set urlvars [list]