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:
- This server does not support Forward Secrecy with the reference browsers. Grade capped to B. MORE INFO »
- This server supports TLS 1.0 and TLS 1.1. Grade capped to B.
We should add config options for improved security. Here is the [Traefik docs](https://docs.traefik.io/https/tls/). I feel like that page is missing details though.
We may need to look at [other documentation](https://github.com/ssllabs/research/wiki/SSL-and-TLS-Deployment-Best-Practices). There are [numerous blogposts](https://tferdinand.net/en/traefik-2-tls-configuration/).
Mozilla has some [good guides](https://wiki.mozilla.org/Security/Server_Side_TLS) 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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