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.3.2.6 -r1.3.2.7 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 18 Oct 2016 18:13:24 -0000 1.3.2.6 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 18 Oct 2016 18:24:26 -0000 1.3.2.7 @@ -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.12"] >= 0} { return [info commands ns_http] } # Default: check if we have ns_ssl