Fixed
Status Update
Comments
gs...@google.com <gs...@google.com> #2
mu...@gmail.com <mu...@gmail.com> #3
Hi, this error only affects Cloud SDK version 186. It was previously reported in Issue 72407295 and a fix for it should be released in Cloud SDK version 187.
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
gs...@google.com <gs...@google.com> #4
Glad to read you have fixed the issue by yourself. Others in similar situations are likely to find your solution useful.
Description
information in the report you file. In order to help diagnose the issue,
we've included some installation information in this report. Please look
through and redact any information you consider personal or sensitive
before submitting this issue.
Issue running command [gcloud components list].
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below.
Trace:
Downloads/google-cloud-sdk/gcloud_main.py:126
gcloud_cli.Execute()
Downloads/google-cloud-sdk/calliope/cli.py:823
self._HandleAllErrors(exc, command_path_string, specified_arg_names)
Downloads/google-cloud-sdk/calliope/cli.py:797
resources = args.calliope_command.Run(cli=self, args=args)
Downloads/google-cloud-sdk/calliope/backend.py:873
display_info=self.ai.display_info).Display()
Downloads/google-cloud-sdk/calliope/display.py:446
self._printer.Print(self._resources)
Downloads/google-cloud-sdk/core/resource/resource_printer_base.py:251
for resource in resources:
Downloads/google-cloud-sdk/lib/surface/components/list.py:86
result = update_manager.List()
Downloads/google-cloud-sdk/core/updater/update_manager.py:528
_, diff = self._GetStateAndDiff(command_path='components.list')
Downloads/google-cloud-sdk/core/updater/update_manager.py:461
command_path=command_path)
Downloads/google-cloud-sdk/core/updater/update_manager.py:444
*effective_url.split(','), command_path=command_path)
Downloads/google-cloud-sdk/core/updater/snapshots.py:165
for url in urls]
Downloads/google-cloud-sdk/core/updater/snapshots.py:186
response = installers.ComponentInstaller.MakeRequest(url, command_path)
Downloads/google-cloud-sdk/core/updater/installers.py:285
return ComponentInstaller._RawRequest(req, timeout=timeout)
Downloads/google-cloud-sdk/core/updater/installers.py:329
should_retry_if=RetryIf, sleep_ms=500)
Downloads/google-cloud-sdk/core/util/retry.py:155
return func(*args, **kwargs), None
Downloads/google-cloud-sdk/core/url_opener.py:73
return opener.open(req, data, timeout)
anaconda/lib/python2.7/urllib2.py:404
response = self._open(req, data)
anaconda/lib/python2.7/urllib2.py:422
'_open', req)
anaconda/lib/python2.7/urllib2.py:382
result = func(*args)
Downloads/google-cloud-sdk/core/url_opener.py:58
return self.do_open(build, req)
anaconda/lib/python2.7/urllib2.py:1181
h.request(req.get_method(), req.get_selector(), req.data, headers)
anaconda/lib/python2.7/httplib.py:973
self._send_request(method, url, body, headers)
anaconda/lib/python2.7/httplib.py:1007
self.endheaders(body)
anaconda/lib/python2.7/httplib.py:969
self._send_output(message_body)
anaconda/lib/python2.7/httplib.py:829
self.send(msg)
anaconda/lib/python2.7/httplib.py:791
self.connect()
Downloads/google-cloud-sdk/httplib2/__init__.py:1081
raise SSLHandshakeError(e)
SSLHandshakeError: [Errno 1] _ssl.c:507: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm
Installation information:
Google Cloud SDK [161.0.0]
Platform: [Mac OS X, x86_64] ('Darwin', 'Munashes-Air', '18.5.0', 'Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64', 'x86_64', 'i386')
Python Version: [2.7.6 |Anaconda custom (x86_64)| (default, Nov 11 2013, 10:49:09) [GCC 4.0.1 (Apple Inc. build 5493)]]
Python Location: [/Users/munashe/anaconda/bin/python2]
Site Packages: [Disabled]
Installation Root: [/Users/munashe/Downloads/google-cloud-sdk]
Installed Components:
core: [2017.06.26]
gsutil: [4.26]
gcloud: []
bq: [2.0.24]
System PATH: [/Users/munashe/anaconda/envs/py36/bin:/Users/munashe/anaconda/bin:/Users/munashe/Downloads/google-cloud-sdk/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin]
Python PATH: [/Users/munashe/Downloads/google-cloud-sdk/lib/third_party:/Users/munashe/Downloads/google-cloud-sdk/lib:/Users/munashe/anaconda/lib/python27.zip:/Users/munashe/anaconda/lib/python2.7/:/Users/munashe/anaconda/lib/python2.7/plat-darwin:/Users/munashe/anaconda/lib/python2.7/plat-mac:/Users/munashe/anaconda/lib/python2.7/plat-mac/lib-scriptpackages:/Users/munashe/anaconda/lib/python2.7/lib-tk:/Users/munashe/anaconda/lib/python2.7/lib-old:/Users/munashe/anaconda/lib/python2.7/lib-dynload]
Cloud SDK on PATH: [True]
Kubectl on PATH: [False]
Installation Properties: [/Users/munashe/Downloads/google-cloud-sdk/properties]
User Config Directory: [/Users/munashe/.config/gcloud]
Active Configuration Name: [default]
Active Configuration Path: [/Users/munashe/.config/gcloud/configurations/config_default]
Account: [munashe.colin@gmail.com]
Project: [syntaxnet-213321]
Current Properties:
[core]
project: [syntaxnet-213321]
account: [munashe.colin@gmail.com]
disable_usage_reporting: [False]
Logs Directory: [/Users/munashe/.config/gcloud/logs]
Last Log File: [/Users/munashe/.config/gcloud/logs/2019.04.18/15.19.40.281420.log]
git: [git version 2.14.3 (Apple Git-98)]
ssh: [OpenSSH_7.9p1, LibreSSL 2.7.3]