HTTPS properties
- Last Updated: January 16, 2024
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
Use the HTTPS tab to enable the HTTPS connector for Progress Application Server.
| Property | Default value | Description |
|---|---|---|
| HTTPS connector | ON |
Use the ON/OFF toggle switch to enable or disable the HTTPS connector respectively. |
| Port | 8443 |
Specify the HTTPS protocol connector port number. |
| Connection timeout (milliseconds) | 20000 |
Specify the time, in milliseconds, to wait between the establishment of a TCP (TLS) connection by a client and the arrival of the first HTTPS request. |
| SSL session timeout (seconds) | 86400 |
Specify the time, in seconds, after which the TLS session ends. |
| Server key alias | test |
Specify the alias name of the keystore entry holding the server's private key and public key certificate. |
| Server key password | password |
Specify the password to use when accessing the TLS keystore. |
| Store type | PKCS12 |
Specify the type of Java keystore format used by tomcat-keystore. |
| Max queue size | 100 |
Specify the maximum size of HTTPS connector message queue. |
| Max connections | -1 |
Specify the maximum number of TCP socket connections per HTTPS connector. |
| Client authentication | false |
Select whether you want to enable or disable TLS client authentication by the HTTPS connector. The options are true, false, and want. The default is false. |
| Certificate trust type | PKCS12 |
Specify the type of Java certificate store format used by tomcat-certstore.p12 that holds the root or intermediate CA certificates. These certificates are used to validate the clients using TLS client authentication. |
| Certificate store password | password |
Specify the Java certificate store password used to access tomcat-certstore.p12 that holds the root or intermediate CA certificates. These certificates are used to validate the clients using TLS client authentication. |
| Encryption protocol | TLSv1.2 and TLSv1.3 |
The HTTPS protocol selected for secure communication. |
| Enabled ciphers | ALL |
The list of cipher suites enabled for secure communication. This can either be all the cipher suites or a comma-separted list of cipher suites supported by JSSE. |
| Bind on init | false |
Select the check box to control when to bind the socket used by the connector. |
| Compression | on |
Select the check box to enable GZIP compression for HTTPS transports. |