You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can connect to Redis only by using password without special characters, for example it works fine using redis with 123456 password.
But if i configure redis with more complex password (i've tried both Changeme?1 and Changeme@1) i get these errors.
publish:
2024/07/08 07:08:38 [notice] 1#1: signal 17 (SIGCHLD) received from 52
2024/07/08 07:08:38 [alert] 1#1: worker process 52 exited on signal 11 (core dumped)
2024/07/08 07:08:38 [notice] 1#1: start worker process 56
2024/07/08 07:08:38 [notice] 1#1: signal 29 (SIGIO) received
subscription:
2024/06/28 14:42:39 [debug] 87#87: IPC-HANDLERS(0):received channel_auth_check request for channel sub/test1
2024/06/28 14:42:39 [notice] 1#1: signal 17 (SIGCHLD) received from 87
I tried to connect redis service using redis-cli and it works.
The text was updated successfully, but these errors were encountered:
What Nchan version are you using? What does your Redis config block look like? I've tried with 1.3.6 using the nchan_redis_password and the url of nchan_redis_server to set the password, but both work just fine in my tests.
I can connect to Redis only by using password without special characters, for example it works fine using redis with
123456
password.But if i configure redis with more complex password (i've tried both
Changeme?1
andChangeme@1
) i get these errors.publish:
subscription:
I tried to connect redis service using redis-cli and it works.
The text was updated successfully, but these errors were encountered: