Authentication required ? #15324
Replies: 1 comment
-
I fixed this myself in the end by removing the requirepass from the redis.conf , which https://www.howtoforge.com/how-to-install-netbox-irm-on-debian-12/ tells me to use but https://docs.netbox.dev/en/stable/installation/2-redis/ does not |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am new to Netbox and have followed the following for the initial install.
https://www.howtoforge.com/how-to-install-netbox-irm-on-debian-12/
I have got to the stage of testing the server before setting up SSL and get the following errors.
In the Webpage I get
<class 'redis.exceptions.AuthenticationError'>
Authentication required.
Python version: 3.11.2
NetBox version: 3.7.3
Plugins: None installed
In the server itself I get
/opt/netbox/venv/lib/python3.11/site-packages/django/views/debug.py:487: ExceptionCycleWarning: Cycle in the exception chain detected: exception 'Authentication required.' encountered again.
warnings.warn(
I have checked my redist password and restarted services, but still cannot get past this error.
My redis authentication works when I use redis-cli, so I think my issue maybe elsewhere ?
Any help would be greatly appreciated,
Trev
Beta Was this translation helpful? Give feedback.
All reactions