Hi
Anyone knows how can I solve this error when a java webservice client access certificates in trusted keystores? I'm using jdk6...
<14-may-2015 13H16' CEST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
I have read these posts. I have tried updating the policy and also have tried executing with jdk8:
http://blog.whitehorses.nl/2013/12/12/bea-090898-unsupported-oid-in-the-algorithmidentifier-object/
http://www.ateam-oracle.com/improve-ssl-support-for-your-weblogic-domains/
Any idea?
Thanks you very much