Giter Site home page Giter Site logo

Comments (4)

willfarrell avatar willfarrell commented on May 19, 2024

All of the nginx configs mentioned on the site are already covered here plus a few more. With regards to changing the cipher suite. I'm guessing you're thinking "which is it the most secure?", a better question is, "which is the most secure for my users browser?"
While AES128+EECDH:AES128+EDH would be a secure cipher suite (at this moment in time), it would be very restrictive on who could connect to your site securely. What is currently documented in https://github.com/h5bp/server-configs-nginx/blob/master/h5bp/directive-only/ssl.conf is a good balance between strong ciphers and widest user availability (Firefox 1, Chrome 1, IE 7, Opera 5 and Safari 1). Personally I would remove CAMELLIA from the list which would prevent Java 6u45 from accessing your site but would make you site FIPS 140-2 compliant. If you don't need to support IE8 you can also remove TLS_RSA_WITH_3DES_EDE_CBC_SHA that doesn't support Forward Secrecy.

If you're worried about your TLS cert run a scan on it. I would recommend SSLLABS or GlobalSign which uses SSLLabs, but displays results differently.

from server-configs-nginx.

Rowno avatar Rowno commented on May 19, 2024

Also see https://wiki.mozilla.org/Security/Server_Side_TLS and https://mozilla.github.io/server-side-tls/ssl-config-generator/

from server-configs-nginx.

AD7six avatar AD7six commented on May 19, 2024

Closing as I don't see any action to take =).

Also note:

from server-configs-nginx.

marshallford avatar marshallford commented on May 19, 2024

Alright, thanks. The issue was less of "you need to change something" and more of "hey maintainers, take a look at this if you haven't seen it already".

Thanks for a great project, as I always I appreciate the work.

from server-configs-nginx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.