Woocommerce + Stripe - 256 bit

My domain is: panoramagas.com (the one is not working)
i am getting SSL using Woocommerce, and have a problem using a LetsEncrypt SSL 256 bit certificate … i have replicate the whole site on panoramagas.temporary.es using a LetsEncrypt SSL 128 bit certificate and the problem is gone, so it works pefect.
so, it seems the only difference is that one uses 256 bit and doesnt work and the one using 128 bit works just fine.

i have tried several Stripe plugins for Woocommerce or just Payment plugins and have the same results. (first site not working and second one yes)

both sites use TLS 1.2

hosting of the first site (not working) is hosteurope.es and the second one is Dreamhost.com

any suggestions

thank you

Hi,

Could you please elaborate on “not working”?

Also, What do you mean by 256 bit certificate? The 128 bit?

Thank you

Hi @nnacho,

Let’s Encrypt certificates are not “256 bit” or “128 bit”. The thing that’s measured as 128-bit or 256-bit is the cipher in the ciphersuite negotiated between the web browser and the web server. This isn’t controlled or chosen by Let’s Encrypt and isn’t mentioned in the certificate in any way. It’s normally a matter of ciphersuite configuration on the web server.

If you want to either require or forbid the use of 128-bit or 256-bit encryption on your HTTPS site, you’ll probably need to change the ciphersuite selection in your web server configuration.

You can find out more about the ciphersuites that your server currently offers using https://www.ssllabs.com/ssltest/ and find some configuration suggestions for various kinds of compatibility at https://mozilla.github.io/server-side-tls/ssl-config-generator/.

1 Like

Thank You @schoen
I will try to fix that, … thank you

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.