cert-prompt-max-tries

Use the cert-prompt-max-tries stanza entry to specify how many times WebSEAL attempts to negotiate the SSL certificate before it assumes the client cannot provide a certificate.

cert-prompt-max-tries = number_of_tries

Description

During certificate authentication, WebSEAL prompts the browser to present the client's certificate. The SSL certificate negotiation process requires the browser open and use a new (not existing) TCP connection.

Browsers typically maintain several open TCP connections to a given server. When WebSEAL tries to prompt the browser for a certificate, the browser often tries to reuse an existing TCP connection instead of opening a new TCP connection. Therefore, the prompting process must be retried. WebSEAL might need to prompt for a certificate several times before the browser opens a new TCP connection and allows the prompting process to succeed.

This configuration option controls how many times WebSEAL attempts to begin the SSL certificate negotiation process with the browser before assuming the client cannot provide a certificate.

Options

Usage:

This stanza entry is required.

Default:

5

Example:

cert-prompt-max-tries = 5

Parent topic: [certificate] stanza