SSLVerifyDepth
SSLVerifyDepth depth
Server config, virtual host
Default (v2) 1
Available in Apache v 1.3, v2
In real life, the certificate we are dealing with was issued by a CA,
who in turn relied on another CA for validation, and so on, back to a
root certificate. This directive specifies how far up or down the
chain we are prepared to go before giving up. What happens when we
give up is determined by the setting given to
SSLVerifyClient
. Normally, you only trust
certificates signed directly by a CA you’ve
authorized, so this should be set to 1
— the
default.