Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

The SSL_IMPLEMENTATION option specifies the SSL/TLS implementation to be used for network communications.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line, Short Form

n/a





Command Line, Long Form

-ssl_implementation option




(tick)

Environment Variable

UCTLSSLIMPLEMENTATION=option




(tick)

Configuration File Keyword

ssl_implementation option




(tick)

STRUCT Parameter

n/a





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.6.x Installation, Upgrade, and Applying Maintenance for a description of the prerequisites before using System SSL.)

Default is openssl.

  • No labels