Skip to content

Visual Studio Code - SSL/TLS Certificates and Proxies

Reference

There may be need to relax the SSL/TLS Certificate validation performed by Visual Studio Code.

The following configuration option is available in settings.json:

Default:

http.proxyStrictSSL = true (checked)

Uncheck the box to disable Strict SSL validation. http.proxyStrictSSL = false (unchecked)

Screenshot

vscode-http-proxy-strict-ssl

That should disable any certificate warnings you may receive when communicating with various network-based resources.

http.proxyStrictSSL = false (unchecked)