Session frozen when connecting to a cluster mode disabled & Encryption enabled #1375
Unanswered
cmejiat104
asked this question in
Q&A
Replies: 1 comment
-
|
you should select |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've deployed a Redis instance in AWS in no-cluster mode and encryption in-transit enabled, in addition I added an user/password to the instance via an User group.
login via
valkey-cliis possible if I build the binary this way:sudo amazon-linux-extras install epel -y sudo yum install gcc jemalloc-devel openssl-devel tcl tcl-devel -y wget https://github.com/valkey-io/valkey/archive/refs/tags/8.0.0.tar.gz tar xvzf valkey-8.0.0.tar.gz cd valkey-8.0.0 make BUILD_TLS=yesI can connect to my instance:
But if replicate same connection in the
AnotherRedisDesktopManagertool, the connection doesn't fail, but it doesn't show anything, it just stays loading.After login:
Any idea what might be happening? BTW, if I connect to an instance with encryption in-transit disabled without user/password, the tool works and shows instance information.
Thank you in advance.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions