ft_ssl_verify_hostname
Specifies whether the fault-tolerant server should verify the name in the CN field of the other server’s certificate.
ft_ssl_verify_hostname = enabled | disabled
The values for this parameter are
enabled
and
disabled
. By default, this parameter is enabled, signifying the fault-tolerant server should verify the name of the connected host or the name specified in the
ft_ssl_expected_hostname
parameter against the value in the server’s certificate. If the names do not match, the connection is rejected.
When this parameter is set to
disabled
, the fault-tolerant server establishes secure communication with the other server, but does not verify the server’s name.