Serverspace Black Friday
VB
June 14, 2023
Updated June 14, 2023

Adding cipher suites to Nginx config

Nginx Web server

What is nginx cipher and why should you change its

Nginx is one of the most known webserver today. To prove the website is really what its seems, SSL-certificates are using everywhere. It looks wonderful, seemingly. But the reality is that SSL cipher's sets are changes cause there are always new algorithms appears. So thats the reason why "out-of-the-box" Nginx configuration isn't optimal too often.

How to check your server's SSL rank

Before check you need a fast'n'reliable VDS with webserver "inside" and domain which DNS-records are "pointed to this server. Then you can look at the current SSL ciphers using this service. As we see, default configuration isn't highly graded:

pic1

To fix it just open your Nginx configuration file, find the  directive ssl_ciphers and replace its value with follow code:

ssl_ciphers EECDH:+AES256:-3DES:RSA+AES:RSA+3DES:!NULL:!RC4;

pic2

Save the file, restart service via systemctl restart nginx command and check the result again:

pic3

Conclusion

After this article reading you know how to "raise" your website's SSL rank, it will be useful for SEO.

Vote:
5 out of 5
Аverage rating : 5
Rated by: 1
33145 North Miami, FL 2520 Coral Way apt 2-135
+1 302 425-97-76
700 300
ITGLOBAL.COM CORP
700 300

You might also like...

We use cookies to make your experience on the Serverspace better. By continuing to browse our website, you agree to our
Use of Cookies and Privacy Policy.