Comment 3 for bug 1864689

Revision history for this message
Jonathan Kamens (jik) wrote :

I may be misunderstanding something, but as far as I can tell this is not a cipher mismatch problem.

According to https://www.ssllabs.com/ssltest/analyze.html?d=www.toodledo.com, the site supports TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256. According to "openssl ciphers", openssl supports ECDHE-RSA-AES128-GCM-SHA256, which apperas to be the same thing. But `curl -v --ciphers ECDHE-RSA-AES128-GCM-SHA256 --tlsv1.2 --tls-max 1.2 https://www.toodledo.com/` still fails.