Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
has anyone seen this msg when trying to get data from the SalesForce SOAP service inside Talend ESB?
Caused by: javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking https://test.salesforce.com/services/Soap/c/26.0: sun.security.validator.ValidatorException: No trusted certificate found
The ESB server is version 5.1.1: TESB_SE-V5.1.1
I'm using the current latest version of the SF API: 26.0
I also have a main method for testing in one class, that has no trouble connecting to SalesForce when I run it using Maven, outside of the ESB server.
full stack trace:
012-10-03 15:10:18,038 | WARN | tp2076228887-168 | PhaseInterceptorChain | ache.cxf.common.logging.LogUtils 405 | - - | Interceptor for {urn:enterprise.soap.sforce.com}SforceService#{urn:enterprise.soap.sforce.com}login has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Could not send Messag
Does anyone have an answer?
I need to get this working as a service by tomorrow.
As a backup plan, I guess I am going to port this to Tomcat.
But I would rather have it in the ESB.
url = https\://localhost
In addition to what Alexey posted:
You might restrict the validity of the configuration to localhost endpoints by setting the url property tourl = https\://localhost
Regards,
Zsolt
url = https\://localhost