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

SSL checklist #11

Open
edoput opened this issue Aug 25, 2016 · 1 comment
Open

SSL checklist #11

edoput opened this issue Aug 25, 2016 · 1 comment

Comments

@edoput
Copy link
Member

edoput commented Aug 25, 2016

We should aim for a A+ hence here are some resource to test and enhance our setup

@zolfariot
Copy link
Member

zolfariot commented Apr 29, 2020

I made some test using https://www.ssllabs.com/ssltest/ and varying configuration.

To get an A+ you have to support browser that are not accepting TLSv1.3 protocol, with NGINX enhacement made in #26 (look for commits starting with 'roles/nginx') we get a rating of A in which the only failure are caused by older browser using broken TLSv1.3 early implementation.

Mozilla Guidelines for modern configuration suggests to disable TLSv1.2 if you don't need to support obsolete browsers.

So we have to decide if we want to comply with Mozilla SSL Guidelines or SSLLabs requirements for A+; IMHO - thinking at our user base - it's better to drop TLSv1.2 support and stay with A rating.

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

No branches or pull requests

3 participants