-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Verify DNS SANs if PermittedDNSDomains is set #3982
Conversation
@stampycode We believe that the certificate verification was checking the PermittedDNSDomains with an empty string and was failing. The fix in this PR verifies the client cert multiple times, each time with the DNSName in the options set to the DNSName of the client cert (one by one). It would be great if you can test this for us. |
@stampycode We were able to reproduce #3862 and verified that this PR fixes it! |
Fixes #3862