Description

How can we prevent client from using the insecureskipverify flag.

Comment From: kaylee595

The server cannot directly control whether the client uses the insecureskipverify flag, as this is a client configuration option. This flag is used to skip the verification of the server certificate when the client initiates an HTTP request. The server can only force the client to provide a valid certificate in the server configuration, but cannot intervene in the specific behavior of the client.

Comment From: SamarSidharth

Thank a lot @kaylee595 for the clarification. This really helped