gcloud SSLHandshakeError

techthumb

Kunal Parikh

Posted on November 13, 2019

gcloud SSLHandshakeError

If you find yourself behind a corporate proxy and need to disable SSL validation for google-cloud-sdk, here's the setting for it

$ gcloud config set auth/disable_ssl_validation True

Ideally, you should set the path to custom trusted certs using this command:

$ gcloud config set core/custom_ca_certs_file /path/to/certs.pem
💖 💪 🙅 🚩
techthumb
Kunal Parikh

Posted on November 13, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

gcloud SSLHandshakeError
googlecloudsdk gcloud SSLHandshakeError

November 13, 2019