Improve SSL Labs Rating by tweaking TLS configs #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently our SSL Labs certs are only getting a B:
https://www.ssllabs.com/ssltest/analyze.html?d=autonomic.zone&hideResults=on
https://www.ssllabs.com/ssltest/analyze.html?d=git.autonomic.zone&hideResults=on
The two main issues are:
We should add config options for improved security. Here is the Traefik docs. I feel like that page is missing details though.
We may need to look at other documentation. There are numerous blogposts.
Mozilla has some good guides too.
This is probablly what we want to be going by:
https://ssl-config.mozilla.org/#server=traefik&version=2.1.2&config=modern&guideline=5.6
Or intermediate to ensure compat with older clients:
https://ssl-config.mozilla.org/#server=traefik&version=2.1.2&config=intermediate&guideline=5.6
Migrated to compose-stacks/traefik#4