Re: No shared cipher

2018-05-10 Thread _gg_
Indeed, I have an EC certificate. Thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,279727,279754#msg-279754 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: No shared cipher

2018-05-10 Thread Maxim Dounin
ist of ciphers the server supports; - the certificate used by the server (e.g., you won't be able to use RSA cipher suites with an ECDSA certificate); - when using ECDHE ciphers or ECDSA certificates - supported EC curves on both client and server;

No shared cipher

2018-05-08 Thread _gg_
Not sure if it's not more of an openssl/TLS 'issue'/question... For some time I've been observing SSL_do_handshake() failed (SSL: error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher) while SSL handshaking in error.log while having ssl_protocols SSLv2 SSLv3 TLSv1 TLSv1.1 TLSv1.