SSLREQCERT= Parameter File Option

Specifies the protocol that is used to exchange digital certificates at your site

Valid in: spdsserv.parm parameter file
Applies to: UNIX platform
Interaction: Used with SSLCLIENTAUTH.
See: Configuring Secure Sockets Communication

Syntax

SSLREQCERT= ALLOW | DEMAND | NEVER | TRY;

Required Arguments

ALLOW

The server asks for a certificate. If a certificate is not provided, then the session proceeds. If a certificate is provided and if it fails to validate, then the session proceeds.

DEMAND

The server asks for a certificate. If the certificate fails to validate, then the session is immediately terminated. This is the default value if TLS is enabled on SPD Server and the SSLREQCERT= option is omitted from the spdsserv.parm parameter file.

NEVER

The server does not ask for a certificate.

TRY

The server asks for a certificate. If a certificate is not provided, then the session proceeds. If a certificate is provided, and if the certificate fails to validate, then the session is immediately terminated.

Last updated: February 3, 2017