Chrome 41 ERR_SSL_VERSION_OR_CIPHER_MISMATCH Tomcat 7

后端 未结 4 2014
孤城傲影
孤城傲影 2021-02-07 16:01

Since I have updated Chrome from Version 40 to 41, I no longer can access my ssl site running in a local tomcat 7 instance. I have a self signed certificate.

Chrome just

4条回答
  •  萌比男神i
    2021-02-07 16:15

    I doubt its an SSL/TLS protocol version problem. Most of the time this error means the server and client couldn't agree on which cipher to use. Take a look at this blog post: https://blog.eveoh.nl/2014/02/tls-ssl-ciphers-pfs-tomcat/ on how to enable a secure and compatible cipher suite in Tomcat.

提交回复
热议问题