Jmeter中的SSLHandshakeException错误

Jmeter中的SSLHandshakeException错误,jmeter,ssl-certificate,performance-testing,sslhandshakeexception,Jmeter,Ssl Certificate,Performance Testing,Sslhandshakeexception,我在录制Jmeter脚本时遇到此错误 我已经在我的机器上安装了JDK1.7,但是它没有帮助。我收到以下错误消息: javax.net.ssl.SSLHandshakeException:接收到致命警报:在sun.security.ssl.Alerts.getSSLException(未知源)在sun.security.ssl.Alerts.getSSLException(未知源)在sun.security.ssl.SSLSocketImpl.recvAlert(未知源)在sun.security

我在录制Jmeter脚本时遇到此错误

我已经在我的机器上安装了JDK1.7,但是它没有帮助。我收到以下错误消息:

javax.net.ssl.SSLHandshakeException:接收到致命警报:在sun.security.ssl.Alerts.getSSLException(未知源)在sun.security.ssl.Alerts.getSSLException(未知源)在sun.security.ssl.SSLSocketImpl.recvAlert(未知源)在sun.security.ssl.SSLSocketImpl.readRecord(未知源)上握手失败sun.security.ssl.SSLSocketImpl.performInitialHandshake(未知源)sun.security.ssl.SSLSocketImpl.startHandshake(未知源)sun.security.ssl.SSLSocketImpl.startHandshake(未知源)sun.net.www.protocol.https.HttpsClient.afterConnect(未知源)sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(未知源)位于sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(未知源)位于org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.sample(HTTPJavaImpl.java:487)位于org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(httpsampler.java:74)位于org.apache.jmeter.protocol.http.sampler.httpsampler.HTTPSamplerBase(HTTPSamplerBase.java:1105)在org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1094)在org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:429)在org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:257)在java.lang.Thread.run(未知源)


根据指南,清除浏览器的历史记录应该会有帮助。

您是否尝试禁用SNI?-djse.enableSNIExtension=false我收到相同的错误,但清除浏览器的历史记录没有帮助。