Frequently Asked Questions
I am having issues with my FortiSSL connection. Could it be due to the “Strict Host Check”?
If you are experiencing problems with your FortiSSL connection, it might be related to the “Strict Host Check.” You can try disabling this setting on the gateway.
Follow these steps:
To disable the host check on the FortiSSL server side, you can turn off the “Host Check” in the SSL-VPN settings.
Steps:
1. Log in to the FortiGate CLI or GUI (Command Line Interface or Graphical User Interface).
2. Enter the following command in the CLI to disable the host check:
config vpn ssl settings
set host-check disable
end
This will disable the strict host check for SSL-VPN clients.
