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
Cluster node health checks could still flood the DNS server with repeated connection attempts on an untrusted certificate even after the v2.2.9 fix, because the check retried and failed the same certificate verification every poll cycle before falling back, rather than remembering the outcome. It now remembers which nodes need the fallback and stops repeating the failing attempt.