What could be the reason I cannot connect to Password protected Redis?

I setup a passowrd protected Redis in my localhost. When I add the following configuration for Redis in nuxeo.conf file

nuxeo.redis.enabled=true nuxeo.redis.host=localhost nuxeo.redis.port=6379 nuxeo.redis.prefix=nuxeo: nuxeo.redis.password=

Nuxeo cannot connect to Redis.

But if I setup the Redis without password protection, and comment the line nuxeo.redis.password in nuxeo.conf, the it works.

Can someone help me here please?

Thanks

0 votes

1 answers

1840 views

ANSWER



hello,

this issue should be fixed since Nuxeo Platform 7.2 and NXP-16526.

Kind regards,

Thierry

0 votes