ENCRYPT_CONTROL_SESSION - UCMD Server configuration option
Description
The ENCRYPT_CONTROL_SESSION option specifies whether or not the control session must be encrypted.
Application data and commands, including user identifiers and passwords, are transmitted over the network on the control session. Stdio data are transmitted over the stdio sessions. The default protocol SSL/TLS always uses encryption for the control session.
A UCMD Manager can disable SSL/TLS by reverting to the Universal Products (UNVv2) protocol without encryption and data integrity checks.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Configuration File Keyword | encrypt_control_session option |
|
|
|
|
Manager Override | n/a |
Values
option is the specification for whether or not the control session is encrypted.
Valid values for option are:
- yes
Encryption is required (SSL/TLS and UNVv2 protocols, with encryption, can be used). - no
Encryption is not required (SSL/TLS and UNVv2 protocols, with or without encryption, can be used).
Default is yes.