From: shevegen@... Date: 2018-03-24T13:58:05+00:00 Subject: [ruby-core:86277] [Ruby trunk Bug#14345] http_proxy setting should respect both parent domain and subdomain Issue #14345 has been updated by shevegen (Robert A. Heiler). I think this will be discussed at the next ruby developer meeting in April 2018 so stay tuned for updates to it (less than a month to go for the next developer meeting). See here: https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20180419Japan ---------------------------------------- Bug #14345: http_proxy setting should respect both parent domain and subdomain https://bugs.ruby-lang.org/issues/14345#change-71188 * Author: harsimranmaan (Harsimran Singh Maan) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: master * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- When a ruby app is run in an environment where an http proxy is configured, it is not possible to provide separate settings for both a domain and it's subdomain for outbound http calls. This coupling assumes that both should follow the same http_proxy settings but in practice, this is a common occurrence the parent domain and the subdomains are be hosted on different network. https://github.com/ruby/ruby/pull/1748 addresses this issues. Also note that other programming language like go respect different proxy settings for parent domain and its subdomains. https://github.com/golang/go/blob/master/src/net/http/proxy_test.go#L37 -- https://bugs.ruby-lang.org/ Unsubscribe: