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
With urllib3 2.4.0 stricter certificate validity checks were added when running
on Python 3.13+: urllib3/urllib3#3571.
This triggers errors such as the following:
> [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Missing Authority
> Key Identifier
It is however only for users with Kubernetes clusters that have been set up
without proper, valid certificates. Notably, this was the case for AWS EKS
clusters created with Kubernetes v1.16 and earlier.
0 commit comments