gcloud SSLHandshakeError
Kunal Parikh
Posted on November 13, 2019
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
💖 💪 🙅 🚩
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.