Hi,
Facing this issue with GCLOUD SDK -
Updated property [core/project].
ERROR: gcloud crashed (SSLError): HTTPSConnectionPool(host='
cloudresourcemanager.googleapis.com', port=443): Max retries exceeded with url: /v1/projects/learned-acolyte-310704?alt=json (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
gcloud's default CA certificates failed to verify your connection, which can happen if you are behind a proxy or firewall.
To use a custom CA certificates file, please run the following command:
gcloud config set core/custom_ca_certs_file /path/to/ca_certs
C:\Users\1920456>gcloud info --run-diagnostics
Network diagnostic detects and fixes local network connection issues.
Checking network connection...done.
ERROR: Reachability Check failed.
Network connection problems may be due to proxy or firewall settings.
Do you have a network proxy you would like to set in gcloud (Y/n)? n
ERROR: Network diagnostic failed (0/1 checks passed).
Property diagnostic detects issues that may be caused by properties.
Checking hidden properties...done.
Hidden Property Check passed.
Property diagnostic passed (1/1 checks passed).
ERROR: (
gcloud.info) Some of the checks in diagnostics failed.
How can I fix this ?
Thanks
Ashish Singh