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

Version 1 Current »

Description

The MIN_SSL_PROTOCOL option specifies the minimum SSL/TLS protocol level that will be negotiated and used to secure a session with the PeopleSoft server.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

n/a






Command Line, Long Form

-min_ssl_protocol option



(tick)

(tick)


Environment Variable

UPPSMINSSLPROTOCOL option



(tick)

(tick)


Configuration File Keyword

min_ssl_protocol option



(tick)

(tick)


Values

option is the specification for the minimum SSL/TLS protocol level that will be supported.

  • TLS1_0
    Minimum SSL/TLS protocol is TLS 1.0.
  • TLS1_2
    Minimum SSL/TLS protocol is TLS 1.2.
  • TLS1_3

    TLS 1.3 is NOT currently supported on HP-UX

    Minimum SSL/TLS protocol is TLS 1.3.

Default is TLS1_2.

  • No labels