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
- :
- General Development
- :
- System.CalloutException: sun.security.validator.Va...
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
System.Cal loutExcept ion: sun.securi ty.validat or.Validat orExceptio n: PKIX path bu
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-19-2012 09:58 AM
Hi
i am trying to call the webservice hosted in the development environement. i am getting the certification error.
The services is hosted in the machine which is self certified.
how to avoid this error.
System.CalloutException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderE
Thanks
Gopi J
0
Re: System.Cal loutExcept ion: sun.securi ty.validat or.Validat orExceptio n: PKIX path bu
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-19-2012 05:03 PM
self-certified CA will not work.
Your CA should be in the following list,
http://wiki.developerforce.com/page/Outbound_Messa ging_SSL_CA_Certificates
for details, see,
http://wiki.developerforce.com/page/Making_Authent icated_Web_Service_Callouts_Using_Two-Way_SSL
Your CA should be in the following list,
http://wiki.developerforce.com/page/Outbound_Messa
for details, see,
http://wiki.developerforce.com/page/Making_Authent

