Visual Studio Code - SSL/TLS Certificates and Proxies¶
Reference¶
-
Network Connections in Visual Studio Code https://code.visualstudio.com/docs/setup/network
-
Proxy Server Support https://code.visualstudio.com/docs/setup/network#_proxy-server-support
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:
Uncheck the box to disable Strict SSL validation. http.proxyStrictSSL = false (unchecked)
Screenshot

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