Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Wild Card Certificate Configuration in OSB-- Plz Help - Urgent

823622Mar 4 2011 — edited Mar 7 2011
Hi all,

I need to call an external webservice which is certificate protected. The certificate has a root and an intermediate certicate. i imported the certificates in a keystore and configured all the steps in server. But when i execute am getting the following error. It is not two way SSL certification.

OSB Proxy Service Error:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>
BEA-380000: General runtime error: FATAL Alert:BAD_CERTIFICATE - A corrupt or unuseable certificate was received.
</faultstring>
<detail>
<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>BEA-380000</con:errorCode>
<con:reason>
General runtime error: FATAL Alert:BAD_CERTIFICATE - A corrupt or unuseable certificate was received.
</con:reason>
<con:location>
<con:node>RouteNode1</con:node>
<con:path>request-pipeline</con:path>
</con:location>
</con:fault>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

Server Log Error:

<Mar 4, 2011 5:22:01 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=*.aprovafacil.com,OU=Domain Control Validated,O=*.aprovafacil.com". The loading of the trusted certificate list raised a certificate parsing exception Could not set value for ASN.1 string object..>

Thanks
Prabhu

Edited by: Prabhu on Mar 4, 2011 6:01 AM

Edited by: Prabhu on Mar 4, 2011 6:03 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2011
Added on Mar 4 2011
5 comments
1,915 views