Skip to content

HTTP_PROXIES no_proxy option gets completely ignored #18112

@Zombie-Toad

Description

@Zombie-Toad

Deployment Type

Self-hosted

Triage priority

N/A

NetBox Version

v4.1.7

Python Version

3.11

Steps to Reproduce

  1. Set HTTP_PROXIES settings in configuratoin.py
    HTTP_PROXIES = {
    'http':'http://myproxy.com:8080',
    'https':'http://myproxy.com:8080',
    'no_proxy':'mydomain.com'
    }
  2. Restart netbox and netbox-rq services
  3. Access internal Website via webhook

Expected Behavior

For internal domains/subnets the "no_proxy"-setting should be used.

Observed Behavior

Setting the proxy settings allows me to install plugins, but I can't access my internal websites via webhook. Netbox tries to connect to my internal websites via proxy no matter what I put into the no_proxy settings (subnet, domain, fqdn of the destination server).
There is no authentication needed for the proxy connection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugA confirmed report of unexpected behavior in the application

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions