Database server TLS connection parameters
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Use the parameters listed in the table below to control the use of TLS.
| Parameter | Syntax | Purpose |
|---|---|---|
| TLS | -ssl |
Requires that all brokers and all connections use
TLS Note: TLS incurs heavy performance penalties,
depending on the client, server, and network resources and load. |
| Key Alias | -keyalias
key-alias-name |
Specifies the alias name of the TLS private key/digital certificate key-store entry to use |
| Key Alias Password | -keyaliaspasswd
key-alias-password |
Specifies the encrypted password to the key alias |
| No Session Cache | -nosessioncache |
Disables the use of TLS session caching |
| Session Timeout | -sessiontimeout n |
Specifies the length of time in seconds that an TLS session is held in the session cache |