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.4 -r1.74.2.5 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 8 Oct 2013 09:55:09 -0000 1.74.2.4 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 8 Oct 2013 10:02:50 -0000 1.74.2.5 @@ -1563,9 +1563,10 @@ set secure_port [ns_config -int [ns_driversection -driver nsssle] port] } - # ec_secure_location - # nsopenssl 3 has variable locations for the secure port, openacs standardized at: - set secure_port [ns_config -int "ns/server/[ns_info server]/module/$sdriver/ssldriver/users" port 443] + if {$secure_port eq ""} { + # nsopenssl 3 has variable locations for the secure port, openacs standardized at: + set secure_port [ns_config -int "ns/server/[ns_info server]/module/nsopenssl/ssldriver/users" port 443] + } } return $secure_port