VERIFY_HOST_NAME - UPPS configuration option
Description
The VERIFY_HOST_NAME option specifies whether or not the PeopleSoft server's X.509 certificate host name is verified.
The identity is verified by matching the host specified in the ENDPOINT configuration option URL value to a Common Name field or a Subject Alternate Name field in the PeopleSoft server's certificate.
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_host_name option | |||||
Environment Variable | UPPSVERIFYHOSTNAME=option | |||||
Configuration File Keyword | verify_host_name option |
Values
option is the specification for whether or not the X.509 certificate host name must be verified.
Valid values for option are:
- yes
Verify the server's host name. - no
Do not verify the server's host name.
Default is yes.
Command Usage
The VERIFY_HOST_NAME 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.