security::get_https_port (private)

 security::get_https_port

Defined in packages/acs-tcl/tcl/security-procs.tcl

Return the HTTPS port specified in the server's config file.

Returns:
The HTTPS port number or the empty string if none is configured.
Author:
Gustaf Neumann

Testcases:
No testcase defined.
Source code:
    # get secure driver server modules
    set sdriver [security::driver]

    if {$sdriver ne ""} {
        set d [util_driver_info -driver $sdriver]
        return [dict get $d port]
    }
Generic XQL file:
packages/acs-tcl/tcl/security-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/security-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/security-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: