-
Notifications
You must be signed in to change notification settings - Fork 1k
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
SSL CN name checked failed after Redis Sentinel failover #1812
Comments
This is indeed a bug. The SSL handler is initialized once at connection creation with the |
Bug Report
Current Behavior
Redis sentinel 3 sentinel and 3 redis node with TLS connection.
First attempt to connect redis with TLS successful, but when master goes down, sentinel elect new master, while connecting to new master, CN name verification failed, as Lettuce lib still using old master host name for verification. It connect to new master but verify certificate CN name against old master.
Please note, issue existed either sentinal announcing IP address or DNS/hostname.
Environment
The text was updated successfully, but these errors were encountered: