function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KajaKaja 

Weblogic error while querying from SFDC

hI,

i am getting the below error after connecting to SFDC and try to query the sfdc data from JPD file.

 

Submitted at Mon Sep 15 21:57:59 IST 2008

External Service Failure: [Security:090549]The certificate chain received from cs2-api.salesforce.com - 204.14.234.103 contained a V3 CA certificate which did not indicate it really is a CA.

my weblogic contains the version 8.1.4 with the latest batch file.

I never faced this problem before. plz guide me

KajaKaja

Got it. You may getting the below error while querying the sfdc data from your java, jpd file.   

 "External Service Failure: [Security:090549]The certificate chain received from cs2-api.salesforce.com - 204.14.234.103 contained a V3 CA certificate which did not indicate it really is a CA."

 To avoid this certificate error from occurring, please copy the DemoTrust.jks(which can be generated from Keytool UI) file to <BEA HOME>/server/lib

 



Message Edited by Kaja on 09-16-2008 06:41 AM