i recently had to dig deeper into nginx + ssl-setup and came up with a
short documentation on how to setup and run nginx as
SSL-Gateway/Offload,
including SPDY. beside basic configuration this guide covers
HSTS-Headers,
Perfect Forward Secrecy(PFS) and the latest and greatest ssl-based
attacks
like
CRIME, BEAST, and Lucky Thirteen.
the reason for this 321th guide to nginx+ssl: i did not found any valid
source that covers all aspects, including spdy and hsts, so i made this
collection and will keep it updated.
Does anyone know why SPDY is not enabled for the default builds yet, if
it’s in the “stable branch”? I just tried downloading 1.4.2 (CentOS 6
x64) and it’s not configured.
On Monday 09 September 2013 17:53:54 AJ Weber wrote:
This is a nice write-up. Thank you.
Does anyone know why SPDY is not enabled for the default builds yet, if
it’s in the “stable branch”? I just tried downloading 1.4.2 (CentOS 6
x64) and it’s not configured.
It requires OpenSSL 1.0.1, while CentOS 6.4 only has 1.0.0.
Does anyone know why SPDY is not enabled for the default builds yet, if
it’s in the “stable branch”? I just tried downloading 1.4.2 (CentOS 6
x64) and it’s not configured.
My guess is that’s because CentOS 6 does not have the newer openssl
version 1.0.1 which is required for SPDY.
a guid on howto nginx + authorization via client certs will be included
in
the next version of this document
i’ll investigate that gzip-comment, but from what i read so far:
http-compression even in https is ok, while ssl/tls-compression is not;
i’l
include any findings and solution, but i’m not finished with that yet.
We had a discussion on this list recently about using gzip in the SSL
block.
On Aug 17 Igor S. wrote:
You have to split the dual mode server section into two server server sections
and set “gzip off”
SSL-enabled on. There is no way to disable gzip in dual mode server section, but
if you really
worry about security in general the server sections should be different.
Could you please contact me [email protected] regarding this very
useful guide you have created? I have some specific questions and I
would also like to help out, if I can.
Thanks!
Paul
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.