HTTPS protocol parameters
To enable the HTTPS protocol, add a HTTPS subsection to the ctg.ini configuration file.
In the GATEWAY section of the configuration file, add the following
subsection:
SUBSECTION HTTPS
port=<number>
bind=<name>
ciphersuites=<name>
clientauth=<on>
ENDSUBSECTION
Entries correspond to fields in the HTTPS settings panel:
| Entry in the configuration file | Description |
|---|---|
| bind | Bind address |
| ciphersuites | Use only these ciphers |
| clientauth | Use client authentication |
| port | Port |