How can we set HTTP proxy for GCP C++ SDK?
Setting env variables using the "http_proxy" does not seem to have an effect.
Setting the SSL_CERT_FILE env variable also does not affect the SSL certificate path. CURL always seems to be using the default certificate directory.
Also, is there a way to disable SSL certificate verification in the GCP C++ SDK?