Gcloud 无法检测到网络连接

Gcloud 无法检测到网络连接

我在 ESXi 服务器上有互联网连接,我想将所有内容复制到 GCP 存储。但 Gcloud 无法进行身份验证。它似乎无法访问 gloud 登录服务器。

我不知道 esxi 提供商是否阻止了 GCP IP,但有没有办法可以验证?我们知道它尝试连接哪个 IP 或 DNS 地址吗?

这可能是另一个问题吗?我尝试禁用 ipv6,希望它能起作用。

./gcloud init --skip-diagnostics

    ERROR: There was a problem with web authentication.
    ERROR: (gcloud.auth.login) Could not reach the login server. A potential cause of this could be because you are behind a proxy. Please set the environment variables HTTPS_PROXY and HTTP_PROXY to the address of the proxy in the format "protocol://address:port" (without quotes) and try again.
    Example: HTTPS_PROXY=https://192.168.0.1:8080

答案1

对于您分享的错误文本,问题可能是 SSL 证书过期,请检查所有证书是否都是最新的。

您没有提到如何连接到 GCP 存储,也许本文如果您正在使用这种类型的连接器,则可以为您提供帮助。您可以阅读这里有关 Google 产品的其他类型的连接器。

如果你需要向 Google 复制大量信息,你可以阅读这里了解可能对您有用的其他选项。

相关内容