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

Latest version of Chrome browser rejects generated certificate #216

Closed
philipianpearce opened this issue Apr 20, 2017 · 8 comments
Closed
Labels

Comments

@philipianpearce
Copy link
Contributor

This is due to Google implementing a non-standards based policy in Chrome.

Adjustment to certificate generation made in latest v4.1 branch which adds fields required by Chrome. Note: You must clear your generated certificates cache on systems for the new policy to have an effect. Do this safely with script such as:-

if cd path_to_generated_cert_directory
then
rm -fr *
fi

@philipianpearce
Copy link
Contributor Author

Fix ported to v3.5 branch.
Note: You must clear your generated certificates cache on systems for the new policy to have an effect. Do this safely with script such as:-

if cd path_to_generated_cert_directory
then
rm -fr *
fi

@sunweaver
Copy link
Contributor

Hi!

For Debian stretch, which will be released with e2guardian 3.4.0.3, it would be good to have a fix for this issue backported to the 3.4 branch.

Is that possible from the upstream devs? It would be highly appreciated. With a upstream sanctioned patch, I could update e2guardian in Debian stretch and make people happy when using Google Chrome and Chromium against an e2guardian on a stretch server.

Hope someone raises his/her finger for this...

Mike

@fredbcode
Copy link
Contributor

Ok, I will, I hope next week

@sunweaver
Copy link
Contributor

sunweaver commented May 23, 2017 via email

@fredbcode
Copy link
Contributor

at least if that is possible ...

@philipianpearce
Copy link
Contributor Author

philipianpearce commented May 23, 2017 via email

@fredbcode
Copy link
Contributor

Yes Philip, but 3.4.0.3 has been selected to be in Debian stretch (so also in Ubuntu)

@fredbcode
Copy link
Contributor

Ok pushed, thanks Philip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants