Answer the question
In order to leave comments, you need to log in
How to enable TLSv1.1 and TLSv1.2 support on Ubuntu 12.04?
Installed nginx 1.4.4:
ssl_protocols TLSv1.1 TLSv1.2 TLSv1 SSLv3;
ssl_ciphers DHE-RSA-CAMELLIA256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:DES-CBC3-SHA:!ADH:!aNULL;
Answer the question
In order to leave comments, you need to log in
Except
it is necessary, as far as I remember,
it indicates that server ciphers are more priority than client ones.
And how is nginx itself assembled: by hand, or from the repository?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question