- Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Labels
type: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.1.7
Python Version
3.11
Steps to Reproduce
- Set HTTP_PROXIES settings in configuratoin.py
HTTP_PROXIES = {
'http':'http://myproxy.com:8080',
'https':'http://myproxy.com:8080',
'no_proxy':'mydomain.com'
} - Restart netbox and netbox-rq services
- 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
Labels
type: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application