Social Auth not following proxy settings in config file #1171
Unanswered
georgedavid29
asked this question in
Getting Help
Replies: 1 comment
-
Anyone have an update for this or is able to point me in the correct direction? Running into the same issue. The Netbox container is sitting behind an nginx proxy to serve TLS. Python Version: 3.11.6 extra.py
error
tried
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current Behavior
module doesnt follow the proxy listed in the config file.
error below:
<class 'social_core.exceptions.AuthFailed'>
Authentication failed: HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /common/oauth2/token (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
Python version: 3.9.18
NetBox version: 3.7.3
Plugins: None installed
I'm confident the proxy settings are working because the netbox news populates properly when I log in with the local accounts. also the proxy logs show the allowed traffic. i don't see any denied traffic in the proxy logs for login.microsoftonline.com in the logs for the netbox ip.
Expected Behavior
successful login into the netbox app via azure sso
Docker Compose Version
n/a
Docker Version
The git Revision
n/a
The git Status
Startup Command
n/a
NetBox Logs
Content of docker-compose.override.yml
n/a
Beta Was this translation helpful? Give feedback.
All reactions