Question
What is the significance of `ssl_verify_depth` in dbnetlib's configuration?
Asked by: USER9528
75 Viewed
75 Answers
Answer (75)
`ssl_verify_depth` specifies how many levels of intermediate certificates to verify in the certificate chain. A higher value ensures a more thorough validation, but can also increase the risk of errors if intermediate certificates are missing or invalid. The default value is often sufficient, but may need adjustment in complex environments.