Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何为 GCP C++ SDK 设置 HTTP 代理?
使用“http_proxy”设置环境变量似乎没有效果。
设置 SSL_CERT_FILE 环境变量也不会影响 SSL 证书路径。CURL 似乎总是使用默认证书目录。
另外,有没有办法在 GCP C++ SDK 中禁用 SSL 证书验证?
这似乎是 GitHub 上这个问题的重复:
https://github.com/googleapis/google-cloud-cpp/issues/5584
我已经在那里回答了。