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

Chrome 58 does not trust local SSL certificates #58

Closed
philipnewcomer opened this issue May 2, 2017 · 3 comments
Closed

Chrome 58 does not trust local SSL certificates #58

philipnewcomer opened this issue May 2, 2017 · 3 comments

Comments

@philipnewcomer
Copy link
Member

philipnewcomer commented May 2, 2017

Subject Alternate Name is now a required field for Chrome to trust a certificate, and is not currently included in the SSL certificates generated by PH. This results in local sites using SSL not being accessible in Chrome 58.

Details:

@philipnewcomer
Copy link
Member Author

Running the following command will make Chrome 58 recognize these local certificates, but this workaround will likely not be supported forever:
defaults write com.google.Chrome EnableCommonNameFallbackForLocalAnchors -bool true

@philipnewcomer
Copy link
Member Author

Pilothouse now generates certs that Chrome 58 likes.

@philipnewcomer
Copy link
Member Author

Also you can now run the generate-ssl command as many times as you like and it will no longer add duplicate SSL config lines to the site's nginx config.

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

No branches or pull requests

1 participant