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

redis certs no longer compatible with latest redis 6.2 image #361

Closed
chazdnato opened this issue Dec 2, 2022 · 1 comment · Fixed by #370 or Kong/kong#10050
Closed

redis certs no longer compatible with latest redis 6.2 image #361

chazdnato opened this issue Dec 2, 2022 · 1 comment · Fixed by #370 or Kong/kong#10050

Comments

@chazdnato
Copy link

chazdnato commented Dec 2, 2022

We run kong-pongo pegged to 1.3.0, and with redis-6.2:alpine now using alpine 3.7, it also uses OpenSSL 3.0 instead of OpenSSL 1.1. As such, redis will not start with the existing certs:

1:C 02 Dec 2022 21:01:16.896 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 02 Dec 2022 21:01:16.897 # Configuration loaded
1:M 02 Dec 2022 21:01:16.905 # Failed to load certificate: /usr/local/etc/redis/server.crt: error:0A00018E:SSL routines::ca md too weak
1:M 02 Dec 2022 21:01:16.905 # Failed to configure TLS. Check logs for more info.

I opened this issue against Redis, who pointed me to the need to generate new certs. We are blocked from running any deployments of our Kong setup until this is resolved.


Note, these certs were created in Kong proper - should I open an issue there instead?

Kong/kong#8662

@chazdnato
Copy link
Author

Note: we have a workaround, by launching pongo with a slightly older version of redis:

REDIS_IMAGE=redis:6.2-alpine3.16 pongo run ... <etc>

That said, this should be fixed proper upstream. Thank you!

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