My clients are reporting this error. I cannot reproduce it. What's more, I cannot detect any flaws: http://www.digicert.com/ http://www.ssltest.net/ https://www.ssllabs.com/ssldb/ all report dev.anuary.com
to have a valid cert. I've Google(ed) for ssl_error_no_cypher_overlap
, but none of the threads provided any useful guidance.
Cannot communicate securely with peer: no common encryption algorithm(s)
(Error code: ssl_error_no_cypher_overlap)
- CentOS release 6.2 (Final)
- OpenSSL 1.0.0-20.el6_2.3
- nginx 1.0.15-1.el6.ngx
- Using http://www.networksolutions.com/SSL-certificates/index.jsp Wildcard certificate.
As it turns out the issue was that:
(http://nginx.org/en/docs/http/configuring_https_servers.html#chains)
I've added the following to my settings and it works.
So, I'm seeing this:
Is it possible the client can't do TLSv1?