Nginx Performance Tuning for SSL
techsamurais.com
Nginx Performance Tuning for SSL
1–10 of 21 posts
Re: Nginx Performance Tuning for SSL
#2Re: Nginx Performance Tuning for SSL
#3Change your SSL cipher settings to this: ssl_ciphers ALL:!kEDH!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP; . SSLv2 is flawed ( http://en.wikipedia.org/wiki/Transport_Layer_Security#SSL_1.... ). He should disable it.
Re: Nginx Performance Tuning for SSL
#4Re: Nginx Performance Tuning for SSL
#5Perhaps someone more experienced can clarify, but is the gist of this article basically sacrificing perfect forward secrecy for more performance?
Re: Nginx Performance Tuning for SSL
#6Please read this discussion thread from 2 years ago for a discussion on the pros/cons of this approach: https://news.ycombinator.com/item?id=2759596
Re: Nginx Performance Tuning for SSL
#7Sadly, these days we want PFS everywhere to stop the snooping apparati, but if you're not really important and just want to stop local network or MiTM snooping, removing PFS should be okay (at least for my boring sites).
Re: Nginx Performance Tuning for SSL
#8Perhaps someone more experienced can clarify, but is the gist of this article basically sacrificing perfect forward secrecy for more performance?
Re: Nginx Performance Tuning for SSL
#9Why do people do this?! t1.micros run beautifully at load for 30 seconds then essentially stop entirely for a while... not to mention having much slower internet than even a m1.small.
Re: Nginx Performance Tuning for SSL
#10One of the performance perks comes from the session cache. Is there an effective way to share that cache between machines serving on the same hostname? For instance: ten servers all serving round robin requests for www.example.com.