Property
|
Description
|
Enable SSL for remote connections
|
Specifies that all connections to this server socket must use SSL.
|
Key alias name
|
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
|
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 bin directory of your OpenEdge installation.
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
|
Disables session caching. (Session caching allows a client to reuse a previously established session if it reconnects prior to the session cache timeout expiring.)
|