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 plugin don't work, when redis require authpass #1534

Closed
ossplus opened this issue Apr 1, 2024 · 4 comments
Closed

Redis plugin don't work, when redis require authpass #1534

ossplus opened this issue Apr 1, 2024 · 4 comments
Labels
enhancement New feature or request extensions (plugin) needs feedback Further information is requested

Comments

@ossplus
Copy link

ossplus commented Apr 1, 2024

Redis plugin don't work, when redis require authpass, snappymail should add option to set the password

[01-Apr-2024 02:02:12 UTC] Uncaught exception: Predis\Response\ServerException: NOAUTH Authentication required. in /data/_data_/_default_/plugins/cache-redis/Predis/Client.php:365 Stack trace: #0 /data/_data_/_default_/plugins/cache-redis/Predis/Client.php(330): Predis\Client->onErrorResponse() #1 /data/_data_/_default_/plugins/cache-redis/Predis/Client.php(309): Predis\Client->executeCommand() #2 /data/_data_/_default_/plugins/cache-redis/Redis.php(82): Predis\Client->__call() #3/snappymail/v/2.36.0/app/libraries/MailSo/Cache/CacheClient.php(61): MailSo\Cache\Drivers\Redis->Get() #4 /snappymail/v/2.36.0/app/libraries/RainLoop/Service.php(202): MailSo\Cache\CacheClient->Get() #5 /snappymail/v/2.36.0/app/libraries/RainLoop/Service.php(14): RainLoop\Service::RunResult() #6 /snappymail/v/2.36.0/include.php(135): RainLoop\Service::Handle() #7 /index.php(11): include('...') #8 {main}
--
@the-djmaze
Copy link
Owner

Did you try to set host as tcp://127.0.0.1:6379?password=foo&username=bar?

@ossplus
Copy link
Author

ossplus commented Apr 3, 2024

Did you try to set host as tcp://127.0.0.1:6379?password=foo&username=bar?

It don't work.

@the-djmaze
Copy link
Owner

Try the v2.36.2 plugin. It now uses Predis v2.2.2

@the-djmaze the-djmaze added enhancement New feature or request needs feedback Further information is requested extensions (plugin) labels Apr 8, 2024
@ossplus
Copy link
Author

ossplus commented Apr 9, 2024

works now.

@ossplus ossplus closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request extensions (plugin) needs feedback Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants