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 VERIFY_PEER option specifies whether or not the authenticity of the PeopleSoft server's X.509 certificate is verified.

In order to verify the authenticity of the server's certificate, the CA_CERTIFICATES configuration option must point to a valid list of certificate authority certificates.

If verification fails, the session is rejected and UPPS terminates.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

n/a






Command Line, Long Form

-verify_peer option



(tick)

(tick)


Environment Variable

UPPSVERIFYPEER=option



(tick)

(tick)


Configuration File Keyword

verify_peer option



(tick)

(tick)


Values

option is the specification for whether or not the authenticity of the PeopleSoft server's X.509 certificate is verified.

Valid values for option are:

  • yes
    Verify the server's certificate.
  • no
    Do not verify the server's certificate.

Default is yes.

Command Usage

The VERIFY_PEER option is an SSL/TLS option.

SSL/TLS options are associated with program execution, not commands. They are used to configure the environment and behavior of HTTPS connections with the PeopleSoft system. They can be used with any command, but they only impact HTTPS connections.

  • No labels