Skip to content
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

Fix NET::ERR_CERT_COMMON_NAME_INVALID error in Chrome 58 and up #95

Merged
merged 1 commit into from
Jun 29, 2017

Conversation

devjerry
Copy link
Contributor

@devjerry devjerry commented Jun 27, 2017

For Chrome 58 and later, only the subjectAlternativeName extension, not commonName, is used to match the domain name and site certificate.
https://support.google.com/chrome/a/answer/7391219?hl=en

Should fix #94

@greim greim merged commit 6b0c35c into greim:master Jun 29, 2017
@greim
Copy link
Owner

greim commented Jun 29, 2017

Thank you!

@greim
Copy link
Owner

greim commented Jun 29, 2017

Published as 3.2.2

@devjerry devjerry deleted the fix-cert-alt-names branch July 5, 2017 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing [missing_subjectAltName] in ssl certificate in Chrome 58
2 participants