Chrome 41 ERR_SSL_VERSION_OR_CIPHER_MISMATCH Tomcat 7

后端 未结 4 1948
孤城傲影
孤城傲影 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条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-07 16:17

    I had the same problem with my Java EE web application running with a self signed certificate on Wildfly 8.1.

    You are probably using a 1024 bit DSA public key with your selfsigned certificate and Chrome stops/stopped supporting DSA(DSS).

    Creating a RSA 2048 certificate and using it with your web application should solve your problem.

提交回复
热议问题