How to disable "Enable Client Certificate Check" option over the CLI?
Problem Description:
When "client certificate check" is enabled on the System | Administration page. And if proper certificate is not supplied by the client browser, then you will not be able to manage the firewall using user interface. This article describes how to disable client certificate check option using CLI.
Procedure:
Step 1: Login to the UTM CLI using the Console connection or SSH (https://www.sonicwall.com/en-us/support/knowledge-base/170505608988182)
Step 2: Login as admin
Step 3: Execute the following commands:
admin@0017C54F050C> configure
config(0017C54F050C)# administration
(config-administration)# no web-management client-certificate-check
(config-administration)# exit
config(0017C54F050C)# commit