2014-01-10 2 views
0
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 
        at sun.security.ssl.Alerts.getSSLException(Unknown Source) 
        at sun.security.ssl.Alerts.getSSLException(Unknown Source) 
        at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source) 
        at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) 
        at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) 
        at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) 
        at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) 
        at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) 
        at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) 
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source) 
        at org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.sample(HTTPJavaImpl.java:487) 
        at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:62) 
        at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1088) 
        at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1077) 
        at org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:429) 
        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:257) 
        at java.lang.Thread.run(Unknown Source) 
+1

오류에 대해 어떤 종류의 문맥을 제공해 주시겠습니까? 설명을 개선하면 다른 사람들이 귀하의 질문에 답하는 데 도움이 될 것입니다 (그리고 앞으로 모든 질문을 볼 때 누구에게나 SO 사이트 전체를 훨씬 좋게 만듭니다). – joragupra

답변

0

jdk1.7을 사용하십시오. jdk를 1.7로 변경하면 같은 문제가 해결됩니다. 시도해보십시오.

  1. JDK 1.7
  2. 변경합니다
  3. 은 이제 HTTPS 작동합니다

을 다시 부팅 환경 변수를 설치합니다.

+0

동일한 문제가 1.7로 전환되었지만 도움이되지 않았습니다. – ViaSat

관련 문제