security::https_available_p (public)
security::https_available_p
Defined in packages/acs-tcl/tcl/security-procs.tcl
Return 1 if server is configured to support HTTPS and 0 otherwise.
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [expr {[get_https_port] ni {"" 0}}]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