no_proxy=::1 is not honored by curl in Bionic and earlier versions
Bug #1908136 reported by
Balint Reczey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Auto Package Testing |
Fix Released
|
Undecided
|
Unassigned | ||
curl (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Xenial |
New
|
Undecided
|
Unassigned | ||
Bionic |
New
|
Undecided
|
Unassigned | ||
Focal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Bionic:
env no_proxy=::1 http_proxy=http://
* Could not resolve proxy: foo
* Closing connection 0
curl: (5) Could not resolve proxy: foo
Focal:
$ env no_proxy=::1 http_proxy=http://
* Uses proxy env variable no_proxy == '::1'
* Trying ::1:80...
* TCP_NODELAY set
* Immediate connect fail for ::1: Network is unreachable
* Closing connection 0
curl: (7) Couldn't connect to server
Related branches
~rbalint/autopkgtest-cloud:revert-ipv6-noproxy
- Iain Lane (community): Approve
-
Diff: 129 lines (+12/-12)12 files modifiedlxc-slave-admin/setup-adt-lxc.commands (+1/-1)
tools/armhf-lxd-slave.userdata (+1/-1)
worker-config-production/worker-bos01-arm64.conf (+1/-1)
worker-config-production/worker-bos01-ppc64el.conf (+1/-1)
worker-config-production/worker-bos01-s390x.conf (+1/-1)
worker-config-production/worker-bos01.conf (+1/-1)
worker-config-production/worker-bos02-arm64.conf (+1/-1)
worker-config-production/worker-bos02-ppc64el.conf (+1/-1)
worker-config-production/worker-bos02-s390x.conf (+1/-1)
worker-config-production/worker-canonistack.conf (+1/-1)
worker-config-production/worker-lxd.conf (+1/-1)
worker-config-production/worker.conf (+1/-1)
summary: |
- no_proxy=::1 is not honored in Bionic and earlier versions + no_proxy=::1 is not honored by curl in Bionic and earlier versions |
tags: | added: rls-bb-incoming rls-x-incoming |
Changed in auto-package-testing: | |
status: | New → Fix Released |
To post a comment you must log in.
Upstream bug: /github. com/curl/ curl/issues/ 2353
https:/