ERR_SPDY_PROTOCOL_ERROR Nginx !!

Matthias Fechner idefix at fechner.net
Wed Aug 2 06:07:27 UTC 2017


Am 01.08.2017 um 23:51 schrieb shahzaib mushtaq:
> Following ciphers i am using :
>
> server {
>         listen  443 http2;
>         ssl on;
>           ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
>           ssl_ciphers
> 'ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4';
>       ssl_prefer_server_ciphers on;
>
> ===========
>
> What do you think should i change it to ?

have you tried to using this generator:
https://mozilla.github.io/server-side-tls/ssl-config-generator/

A very helpful tool.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



More information about the nginx mailing list