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 6.2 fails to load with invalid certificate #336

Closed
chazdnato opened this issue Dec 2, 2022 · 2 comments
Closed

redis 6.2 fails to load with invalid certificate #336

chazdnato opened this issue Dec 2, 2022 · 2 comments

Comments

@chazdnato
Copy link

chazdnato commented Dec 2, 2022

We have been running 6.2-alpine for a while, but since (perhaps) #335, things have been broken:

1:C 02 Dec 2022 21:01:16.896 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
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.

Of note is error:0A00018E:SSL routines::ca md too weak, which likely has to do with the latest openssl versions included in Alpine 3.7

@chazdnato chazdnato changed the title redis 6.2 fails to load with missing certificate redis 6.2 fails to load with invalid certificate Dec 2, 2022
@yosifkit
Copy link
Contributor

yosifkit commented Dec 2, 2022

Yeah, Alpine 3.17 changed their default openssl to version 3 and so it seems the same as https://superuser.com/a/1737060. So, I'd recommend regenerating your CA and certificates with secure ciphers.

You can still pull the Alpine 3.16 based images via docker pull redis:6.2-alpine3.16 (but they currently won't be updated any longer).

@chazdnato
Copy link
Author

Ah, this then must be redirected to Kong, the problem I'm having is with their kong-pongo product:

https://github.com/Kong/kong-pongo/tree/master/assets/redis

Thank you for the quick response, and I'll redirect there!

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

2 participants