Skip to content

ECP offload support broke in latest release #17791

Description

@nolanleastin

Determine this is the right repository

  • I determined this is the correct repository in which to report this bug.

Summary of the issue

Context
I am trying to use gcloud with ECP offload engine, on a macbook.

I am fairly certain this was caused by 247e2ad

CLOUDSDK_CONTEXT_AWARE_USE_ECP_HTTP_PROXY=false gcloud storage ls

Expected Behavior:
I expect that gcloud will correctly load SSL context with pyOpenSSL

Actual Behavior:

Instead it fails:

ERROR: (gcloud.storage.ls) There was a problem refreshing your current auth tokens: HTTPSConnectionPool(host='oauth2.mtls.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLError(1, '[EVP: UNKNOWN_MAX_SIZE] unknown max size (_ssl.c:2711)')))

API client name and version

gcloud version
Google Cloud SDK 576.0.0

Reproduction steps

  1. Make sure you're running gcloud version 576+
  2. Make sure you're running on a mac.
  3. Run the followign command:CLOUDSDK_CONTEXT_AWARE_USE_ECP_HTTP_PROXY=false gcloud storage ls

Reproduction steps: supporting files

Metadata

Metadata

Assignees

No one assigned

    Labels

    authpriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions