Reply
Contributor
zcurtis
Posts: 3
0
Accepted Solution

newbie - Can't login due to SSL error

I have downloaded the Enterprise wsdl and on my end I am using WebSphere 7 and a JAX-WS client. I have not been successful yet in connecting. I am receiving this error when attempting to login programmatically:

 

javax.xml.ws.WebServiceException: org.apache.axis2.AxisFault: WSWS7130E: No Secure Sockets Layer (SSL) configuration is available for the https://test.salesforce.com/services/Soap/c/25.0/0DFV0000000CakE endpoint.

 

Do I need to do something in my client or app server to allow for a SSL connection? Thanks.

Contributor
zcurtis
Posts: 3
0

Re: newbie - Can't login due to SSL error

Can anyone help?

Regular Contributor
Santhosh Kumar
Posts: 90
0

Re: newbie - Can't login due to SSL error

This is not a server error but Client SSL configuration error. See the link http://www.ibm.com/developerworks/websphere/library/techarticles/0803_adams/0803_adams.html

Contributor
zcurtis
Posts: 3
0

Re: newbie - Can't login due to SSL error

This error was encountered when initiating the client thru a JUnit test. This issue was no longer encountered when initiating the client in a servlet during server runtime.