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
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?
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:
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
The text was updated successfully, but these errors were encountered: