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

Unknown error, tls disabled? #77

Closed
AuroraDysis opened this issue Dec 9, 2021 · 3 comments
Closed

Unknown error, tls disabled? #77

AuroraDysis opened this issue Dec 9, 2021 · 3 comments

Comments

@AuroraDysis
Copy link

I'm using a Redis instance provided by Redis Enterprise Cloud. I encountered the following error.
image

image
I suspect it is due to a certificate problem. How can I provide a CA certificate?

@manast
Copy link
Contributor

manast commented Dec 9, 2021

In theory, without using the "Require TLS client authentication" it should work by using the "redis ca fixed" certificate, however this does not seems to be supported by ioredis (redis/ioredis#1076 (comment)). It works well using redis-cli though.
So this will require support for uploading the certs to taskforce.sh. I will mark this as an enhancement.

@manast
Copy link
Contributor

manast commented Dec 9, 2021

Also it is worth pointing out that other cloud providers TLS support is working well, it seems that the problem is limited to redis 6.0+ built-in SSL support.

@manast
Copy link
Contributor

manast commented Jan 28, 2022

This issue has been resolved so now it is possible to use instances from Redis.com with TLS enabled, and if required two different profiles are available:

image

@manast manast closed this as completed Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants