TLS Configuration database properties
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
| Property | Description |
|---|---|
| Enable SSL for remote connections (-ssl) | Specifies that all connections to this server socket must use TLS. |
| Key alias name (-keyalias) | Sets the alias name within the keystore of the private key and digital certificate entry to use to authenticate all connections to this server socket. If the key alias name is not specified, the server socket uses the default_server server certificate alias. |
| Key alias password (-keyaliaspasswd) | Sets the password to use for accessing the private
key and digital certificate. You must specify a password when you
specify the -keyalias option, and the password
must be encrypted. You must specify the password as an encrypted value
that you can obtain using the genpassword utility located in the If you use the default_server server certificate, it also has a default password that you do not need to specify. |
| Disable SSL session cache (-nosessioncache) | Disables session caching. (Session caching allows a client to reuse a previously established session if it reconnects prior to the session cache timeout expiring.) |
| SSL server ciphers (-sslciphers) | Accepts the cryptographic cipher that is set for the client. |
| SSL server protocols (-sslprotocols) | Accepts the cryptographic protocol that is set for the client |