Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis::CommandError: NOAUTH Authentication required. #120

Closed
tvitas opened this issue Apr 3, 2020 · 2 comments
Closed

Redis::CommandError: NOAUTH Authentication required. #120

tvitas opened this issue Apr 3, 2020 · 2 comments

Comments

@tvitas
Copy link

tvitas commented Apr 3, 2020

Hi,

/etc/default/scalelite:
REDIS_URL=redis://password@host:port

docker exec -it scalelite-api /bin/sh

./bin/rake status
rake aborted!
Redis::CommandError: NOAUTH Authentication required.
~ $

But, if we testing with redis-cli all goes fine:
redis-cli -u redis://password@host:port
host:port>ping
PONG
host:port>

We are using scalelite docker containers.
Where is our mistake?

@SebastianZiegler
Copy link

du you have an : in front of the PW
REDIS_URL=redis://:password@host:port

@tvitas
Copy link
Author

tvitas commented Apr 3, 2020

du you have an : in front of the PW
REDIS_URL=redis://:password@host:port

Dear Sebastian,
YOU ARE LORD!
Lot, lot, huge heap of thanks.

@tvitas tvitas closed this as completed Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants