John Stevenson

Results 43 comments of John Stevenson

> http_proxy is used for https URLS There is absolutely nothing wrong in doing this. Before the `https_proxy` (or `HTTPS_PROXY`) environment variables popped up, everyone happily used `http_proxy` to make...

Thanks for explaining your proxy config. Is there a reason for not using HTTP_CONNECT? > It would definitely worthwhile documenting this. Here is the documentation from 2012: ```md If you...

> Ruby uses the scheme to determine which proxy to use Ah, thanks for clarifying that. > Quite simply nginx doesn't support it. That's because nginx is a reverse proxy,...