Closed as not planned
Description
for debugging purposes it is often beneficial to have ability to disable strict TLS checks temporarily. Adding something like GO_SKIP_TLS_CHECK
environment variable to disable strict checking (akin to curl
's -k
switch) would help a lot when dealing with quite a few 3rd party components. Also useful when using MITM proxies. Since #18733 has not moved forward it would be nice to have some means to troubleshoot existing app stacks