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.5 -r1.74.2.6 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 8 Oct 2013 10:02:50 -0000 1.74.2.5 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 8 Oct 2013 10:13:19 -0000 1.74.2.6 @@ -1565,7 +1565,7 @@ 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] + set secure_port [ns_config -int "ns/server/[ns_info server]/module/nsopenssl/ssldriver/users" port] } }