davidhcoe commented on PR #2831:
URL: https://github.com/apache/arrow-adbc/pull/2831#issuecomment-2887756099

   Proxy setup:
   
   Windows machine A, running the test suite.
   
   Windows machine B, running Fiddler on port 8888.
   
   Set the proxy to the IP of machine B on port 8888.
   
   A --> B --> BigQuery 
   
   Even when run `curl -x http://<ip_machine_b>:8888 https://www.google.com` 
from machine A it will route through and return data, but not when 
`http://<ip_machine_b>:8888` is set for the grpc_proxy, https_proxy or 
http_proxy environment variable.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to