Getting javax.net.ssl.SSLHandshakeException in JDK11

我是研究僧i 提交于 2020-01-16 01:24:10

问题


I am setting up my web application in JDK11 runtime environment. I am able to bring my application server up in JDK8 runtime enviroment but getting below exception after switching to JDK11 enviroment.

Exception : javax.net.ssl.SSLHandshakeException: Invalid ECDH ServerKeyExchange signature

For SSlHandshake I am using TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 cipher suite Algorithm. I am suspecting that this algorithm is not supported by JDK11(https://bugs.openjdk.java.net/browse/JDK-8209965). I am stucked at this point on migrating my application. Kindly help me regarding this.

Thanks.

来源:https://stackoverflow.com/questions/56109527/getting-javax-net-ssl-sslhandshakeexception-in-jdk11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!