NOAUTH Authentication required

apache, redis

Solution

Add your password property to the block in your Tomcat context.xml..

Problem

After i configured redis with password protected i get below error ``` Exception Occured Exception Message --> NOAUTH Authentication required. Exception Cause --> redis.clients.jedis.exceptions.JedisDataException: NOAUTH Authentication required. File Name : SecurityInterceptor.java Class Name : org.tcs.com.security.filter.SecurityInterceptor Method Name : doFilter ```

Original source