DEV Community

Kunal Parikh
Kunal Parikh

Posted on

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

Top comments (0)