Page 1 of 1

Received fatal alert: handshake_failure

Posted: Fri Jun 29, 2018 9:10 am
by Developer9
Hi Everyone,

I have a "IBM Info Sphere Information Server salesforce Pack" extract job While testing in higher environments ,I got below fatal messages.The same extract job ran fine in dev and required configuration is already in place for all the environments .(upon checking with DS admins).
we are planning to involve official IBM support but In the mean time so checking this forum for the inputs :D

Thanks in advance.

Code: Select all

****************************************************************************************
main_program: Fatal Error: Information:  error code: 8 
    error message: ; nested exception is: 
    javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 
AxisFault 
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException 
 faultSubcode:  
 faultString: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 
 faultActor:  
 faultNode:  
 faultDetail:  
    {http://xml.apache.org/axis/}stackTrace:javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 
    at com.ibm.jsse2.j.a(j.java:7) 
    at com.ibm.jsse2.j.a(j.java:27) 
    at com.ibm.jsse2.qc.b(qc.java:380) 
    at com.ibm.jsse2.qc.a(qc.java:271) 
    at com.ibm.jsse2.qc.h(qc.java:714) 
    at com.ibm.jsse2.qc.a(qc.java:467) 
    at com.ibm.jsse2.h.write(h.java:28) 
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:94) 
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:152) 
    at org.apache.commons.httpclient.ChunkedOutputStream.flush(ChunkedOutputStream.java:191) 
    at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:506) 
    at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114) 
    at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096) 
    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398) 
    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171) 
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) 
    at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:196) 
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) 
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) 
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) 
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) 
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784) 
    at org.apache.axis.client.Call.invoke(Call.java:2767) 
    at org.apache.axis.client.Call.invoke(Call.java:2443) 
    at org.apache.axis.client.Call.invoke(Call.java:2366) 
    at org.apache.axis.client.Call.invoke(Call.java:1812) 
    at com.sforce.soap.partner.SoapBindingStub.login(SoapBindingStub.java:3995) 
    at com.ibm.is.erp.salesforce.core.SalesForceConnection.login(SalesForceConnection.java:638) 
    at com.ibm.is.erp.salesforce.core.SalesForceConnection.login(SalesForceConnection.java:707) 
    at com.ibm.is.erp.salesforce.core.SalesForceConnection.login(SalesForceConnection.java:707) 
    at com.ibm.is.erp.salesforce.core.SalesForceConnection.login(SalesForceConnection.java:707) 
    at com.ibm.is.erp.salesforce.core.SalesForceConnection.<init>(SalesForceConnection.java:229) 
    at com.ibm.is.erp.salesforce.core.SalesForceConnection.creatConnection(SalesForceConnection.java:287) 
    at com.ibm.is.erp.salesforce.jcconnector.CC_SALESFORCEJCConnection.connect(CC_SALESFORCEJCConnection.java:407) 
    {http://xml.apache.org/axis/}hostname:xx-xx-xxxx
*********************************************************************************************************************

Re: Received fatal alert: handshake_failure

Posted: Fri Jun 29, 2018 11:30 am
by chulett
Developer9 wrote:javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
You've got some sort of certificate issue, it would seem.