gordonwang0 commented on PR #4714: URL: https://github.com/apache/arrow-rs/pull/4714#issuecomment-1688602615
I added `with_proxy_excludes` to set a list of hosts to exclude. I also added a function `with_proxy_ca_certificate` that sets a new CA certificate to trust. Although AWS, Azure, and GCP use publicly-rooted server certificates, some proxy environments use a MITM proxy that intercepts TLS requests. This function allows the proxy's CA certificate to be trusted. I was able to put the username/password in the URL (e.g. `http://user:[email protected]`), so I didn't add `with_proxy_auth`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
