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 -r1.3.2.4 -r1.3.2.5 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 10 Oct 2016 13:38:50 -0000 1.3.2.4 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 18 Oct 2016 18:09:00 -0000 1.3.2.5 @@ -235,7 +235,7 @@ } { # Since naviserver 4.99.12 ns_http handles also https if {[apm_version_names_compare \ - [ns_info patchlevel] "4.99.12"] >= 0} { + [ns_info patchlevel] "4.99.11"] > 0} { return [info commands ns_http] } # Default: check if we have ns_ssl