Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS issue when Using webdis with AWS MemoryDB #235

Open
gmussi opened this issue May 12, 2023 · 0 comments
Open

TLS issue when Using webdis with AWS MemoryDB #235

gmussi opened this issue May 12, 2023 · 0 comments

Comments

@gmussi
Copy link

gmussi commented May 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant