通过JMeter录制时收到“收到致命警报:handshake_failure”异常

时间:2016-05-02 06:02:39

标签: jmeter handshake

我在通过JMeter(2.13)录制网站时遇到错误。 我正在使用Java JDK 1.8。 与SSLv3兼容的ClientHello握手 - 使用fiddler找到。 尝试在jmeter.properties文件中设置“https.default.protocol = SSLv3”但无法正常工作。 javax.net.ssl.SSLHandshakeException:收到致命警报:handshake_failure     sun.security.ssl.Alerts.getSSLException(未知来源)at sun.security.ssl.Alerts.getSSLException(未知来源)sun.security.ssl.SSLSocketImpl.recvAlert(未知来源)at sun.security.ssl.SSLSocketImpl .readRecord(未知来源)at sun.security.ssl.SSLSocketImpl.performInitialHandshake(未知来源)sun.security.ssl.SSLSocketImpl.startHandshake(未知来源)sun.security.ssl.SSLSocketImpl.startHandshake(未知来源)

1 个答案:

答案 0 :(得分:2)

您可能遇到过以下JMeter错误:SSL SNI extension not supported by HttpClient 4.2.6

Il将在JMeter 3.0中修复,因为它使用HTTPclient 4.5.2。