rspec/rules/S4830/common/fix/code-rationale-setting.adoc
2024-03-12 14:51:33 +01:00

9 lines
441 B
Plaintext

The certificate validation gets disabled by setting `{cert_variable_name}` to
`{cert_variable_unsafe_value}`. To enable validation set the value to
`{cert_variable_safe_value}` or do not set `{cert_variable_name}` at all to
use the secure default value.
ifeval::[{cert_hostname_check_builtin} == true]
As part of its certification validation, {cert_framework_context} also verifies the server hostname with the certificate chain.
endif::[]