SSL_IMPLEMENTATION - UEC configuration option
Description
The SSL_IMPLEMENTATION option specifies the SSL/TLS implementation to be used for network communications.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | n/a | |||||
Command Line, Long Form | -ssl_implementation option | |||||
Configuration File Keyword | ssl_implementation option |
Values
option is the SSL/TLS implementation to be used.
Valid values for option are:
- openssl
OpenSSL SSL library is used for the SSL/TLS protocol. - system
z/OS System SSL library is used for the SSL/TLS protocol. The z/OS System SSL library has installation and configuration prerequisites. (See the Universal Agent 7.7.x Installation, Upgrade, and Applying Maintenance for a description of the prerequisites before using System SSL.)
Default is openssl.