javax.net.ssl.SSLHandshakeException: handshake_failure when using JMeter with SSL (JDK8)

前端 未结 6 805
无人共我
无人共我 2020-12-15 01:24

I am writing a JMeter test plan to connect to SSL port (Tomcat Connector). I receive a SSLHandshakeException (handshake_failure) when connecting to SSL port using any of the

6条回答
  •  死守一世寂寞
    2020-12-15 02:30

    I was getting same exception in JDK7_u80. javax.net.ssl.SSLHandshakeException: handshake_failure. Even after I replace jars in security folders with JCE jar.

    I installed new version JDK8_u92 and set the environment path to newly installed Java8. And jmeter issue is resolved now.

提交回复
热议问题