VERIFY_PEER - UPPS configuration option
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 |
|
|
|
| |
Environment Variable | UPPSVERIFYPEER=option |
|
| |||
Configuration File Keyword | verify_peer option |
|
|
|
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.