← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Bug 1945634] Re: autopkgtest environment should have ::1 in no_proxy

 

We can consider SRUing this curl fix:

https://github.com/curl/curl/commit/b7f90470be9b75f57167abbcd63aadb2e3b33958

I filed https://bugs.launchpad.net/curl/+bug/1988290 to track the status
of that bug in Ubuntu.

-- 
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is subscribed to Auto Package Testing.
https://bugs.launchpad.net/bugs/1945634

Title:
  autopkgtest environment should have ::1 in no_proxy

Status in Auto Package Testing:
  Triaged
Status in ulfius package in Ubuntu:
  Fix Released

Bug description:
  Currently the autopkgtest environment runs the tests with 127.0.0.1 in
  the no_proxy env variable, doing this (from [1]):

  no_proxy=127.0.0.1,127.0.1.1,localhost,localdomain,novalocal,internal,archive.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,launchpad.net,10.24.0.0/24

  but it doesn't add ::1, which is the equivalent of 127.0.0.1 in the
  IPv6 world. This can cause IPv6 test failures as http connections to
  ::1 are passed to http_proxy (= to squid.internal:3128), which is
  wrong.

  The solution to this is to append "::1" to that list of hosts.

  [1] https://autopkgtest.ubuntu.com/results/autopkgtest-
  impish/impish/amd64/u/ulfius/20210909_151401_cd5b1@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1945634/+subscriptions