binbeobo / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 1 forks source link

instance list command is not working #329

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
WARNING: The output of gcloud info is too long to pre-populate the new issue 
form.
WARNING: Truncating included information. Please consider including the 
remainder:
============================================================================ 
TRUNCATED INFORMATION (PLEASE CONSIDER INCLUDING) 
=============================================================================
File "googlecloudsdk/third_party/apitools/base/py/batch.py", line 181, in 
Execute
    batch_http_request.Execute(http)
  File "googlecloudsdk/third_party/apitools/base/py/batch.py", line 423, in Execute
    self._Execute(http)
  File "googlecloudsdk/third_party/apitools/base/py/batch.py", line 386, in _Execute
    response = http_wrapper.MakeRequest(http, request)
  File "googlecloudsdk/third_party/apitools/base/py/http_wrapper.py", line 310, in MakeRequest
    retry_func(ExceptionRetryArgs(http, http_request, e, retry))
  File "googlecloudsdk/third_party/apitools/base/py/http_wrapper.py", line 302, in MakeRequest
    check_response_func=check_response_func)
  File "googlecloudsdk/third_party/apitools/base/py/http_wrapper.py", line 349, in _MakeRequestNoRetry
    redirections=redirections, connection_type=connection_type)
  File "googlecloudsdk/core/cli.py", line 220, in RequestWithErrHandling
    return orig_request(*args, **kwargs)
  File "oauth2client/client.py", line 562, in new_request
    redirections, connection_type)
  File "googlecloudsdk/core/cli.py", line 188, in RequestWithUserAgentAndTracing
    return orig_request(*modified_args, **kwargs)
  File "httplib2/__init__.py", line 1608, in request
    (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
  File "httplib2/__init__.py", line 1350, in _request
    (response, content) = self._conn_request(conn, request_uri, method, body, headers)
  File "httplib2/__init__.py", line 1272, in _conn_request
    conn.connect()
  File "httplib2/__init__.py", line 1059, in connect
    raise SSLHandshakeError(e)
SSLHandshakeError: [Errno 1] _ssl.c:507: error:14090086:SSL 
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Original issue reported on code.google.com by kannan.r...@macys.com on 21 Oct 2015 at 9:52

GoogleCodeExporter commented 8 years ago
Thanks for reporting the issue.

Would you be able to include output of [gcloud info].

Which exact command you were trying to run was it [gcloud compute instances 
list] ?

Original comment by che...@google.com on 7 Jan 2016 at 3:27