You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.
There are a plenty of improvements that can be made according to ssllabs.
First you should generate your own DH-Parameter
and then use them in your nginx config file
Disable TLS 1.0:
Enable session caching:
ssl_session_cache shared:ssl_session_cache:10m;
Disable weak cipher:
For a complete list, see https://cipherli.st/
The text was updated successfully, but these errors were encountered: