Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Java Development
- :
- newbie - Can't login due to SSL error
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
newbie - Can't login due to SSL error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-22-2012 10:34 AM
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/0
Do I need to do something in my client or app server to allow for a SSL connection? Thanks.
Solved! Go to Solution.
Re: newbie - Can't login due to SSL error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-12-2012 11:08 AM
Can anyone help?
Re: newbie - Can't login due to SSL error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-14-2012 03:12 PM
This is not a server error but Client SSL configuration error. See the link http://www.ibm.com/developerworks/websphere/librar
Re: newbie - Can't login due to SSL error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2012 06:59 AM
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.

