Uploaded image for project: 'Puppet'
  1. Puppet
  2. PUP-10112

no_proxy config setting is ignored when http_proxy environment variable is set

    XMLWordPrintable

Details

    • Coremunity
    • Platform Core KANBAN
    • Needs Assessment
    • Bug Fix
    • Hide
      Fixes a bug where puppet would attempt to use a proxy specified in the HTTP_PROXY environment variable, even though Puppet[:no_proxy] said to bypass the proxy.

      Note to docs: This was already fixed in 6.9.0 and up (in PUP-9990), so the fix version should only be 5.5.x and 6.4.x
      Show
      Fixes a bug where puppet would attempt to use a proxy specified in the HTTP_PROXY environment variable, even though Puppet[:no_proxy] said to bypass the proxy. Note to docs: This was already fixed in 6.9.0 and up (in PUP-9990 ), so the fix version should only be 5.5.x and 6.4.x
    • Needs Assessment

    Description

      If a host matches the no_proxy exception list set in the environment or puppet.conf, then ruby may decide to use the proxy due to the way that Puppet creates the Net::HTTP object. See PUP-9990 for more details.

      Attachments

        Activity

          People

            josh Josh Cooper
            josh Josh Cooper
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support