Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.74.2.9 -r1.74.2.10 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 10 Oct 2013 20:44:07 -0000 1.74.2.9 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 14 Feb 2014 19:38:26 -0000 1.74.2.10 @@ -1555,7 +1555,7 @@ return "" } - set secure_port [ns_config -int [ns_driversection -driver $driver] port] + set secure_port [ns_config -int [ns_driversection -driver $sdriver] port] if {$secure_port eq "" && $driver eq "nsopenssl"} { # checking nsopenssl 2.0 which has different names for the secure port etc, # and is not supported with this version of OpenACS