Specifies what checks to perform on server certificates in a TLS session.
Client: | Optional |
Server: | Optional |
Valid in: | Configuration file, SAS invocation |
Category: | Communications: Networking and Encryption |
PROC OPTIONS GROUP= | Communications |
Operating environment: | UNIX |
Example: | export SSLREQCERT=ALLOW |
specifies that the client requests a server certificate, but the session proceeds normally even if no certificate is provided or an invalid certificate is provided.
specifies that a server certificate is requested, and if no valid certificate is provided, the session terminates. DEMAND is the default setting.
specifies that the Authentication Server does not ask for a certificate.
specifies that the client requests a server certificate, and if no certificate is provided, the session proceeds normally. If an invalid certificate is provided, the session terminates.