Skip to content
Snippets Groups Projects
Commit d16a4238 authored by nimrod's avatar nimrod
Browse files

Revert most of the cipher suite tweaks.

I'm getting nowhere. I still got an A+, but now I'm marked down because
I don't support TLS 1.2.
parent fd9e5aae
No related branches found
No related tags found
No related merge requests found
# vim: ft=nginx # vim: ft=nginx
include snippets/ssl-common.conf; include snippets/ssl-common.conf;
ssl_protocols TLSv1.2 TLSv1.3; ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!NULL:!AES128:!ARIA128:!CAMELLIA:!SHA1:!kRSA:!AES:AESCCM; ssl_ciphers HIGH:!NULL:!AES128:!ARIA128:!CAMELLIA:!SHA1:!kRSA;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment