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 am trying to connect webdis to a MemoryDB cluster.
I have followed the instructions and rebuild webdis with SSL=1 option.
However, when I run webdis, I get the following output:
[336055] 12 May 11:43:03 I Webdis listening on port 7379
[336055] 12 May 11:43:03 I Webdis 0.1.22-dev up and running
[336055] 12 May 11:43:03 E Error disconnecting: Success
[336055] 12 May 11:43:03 E Error disconnecting: Success
[336055] 12 May 11:43:03 E Error disconnecting: Success
[336055] 12 May 11:43:03 E Error disconnecting: Success
[336055] 12 May 11:43:03 E Error disconnecting: Success
...
Since I do not have the certificates for the cluster, my webdis.json only has this:
"ssl": {
"enabled": true
}
The same configuration I am using works fine with redis-commander, redis-cli and regulat nodejs code.
Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered:
I am trying to connect webdis to a MemoryDB cluster.
I have followed the instructions and rebuild webdis with
SSL=1
option.However, when I run webdis, I get the following output:
Since I do not have the certificates for the cluster, my webdis.json only has this:
The same configuration I am using works fine with redis-commander, redis-cli and regulat nodejs code.
Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: