• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Weblogic SSL problem:: Cannot convert identity certificate java.security.cert.CertificateParsingExc

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hello everybody,

I have recently updated the keystore with an SSL certificate of sha256RSA algorithm. Since then I get the below error.

<Nov 19, 2014 9:59:28 PM CST> <Debug> <SecuritySSL> <BEA-000000> <Using JCE Cipher: SunJCE version 1.5 for algorithm RSA/ECB/NoPadding>
<Nov 19, 2014 9:59:28 PM CST> <Debug> <SecuritySSL> <BEA-000000> <Cannot convert identity certificate
java.security.cert.CertificateParsingException: PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11


I updated JCE with the Unlimited strength jurisdication policy files. But no luck.
My java is ::: jdk1.5.0_18

Please help me resolve this.

Regards,
Fred
 
Ranch Hand
Posts: 378
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you Enable JSSE ?
(in the whole domain, including NM).

how do you start your servers ?
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can refer this link to solve the issue

http://weblogic-wonders.com/weblogic/2010/01/28/troubleshooting-ssl-issues/

Thanks,
Faisal
reply
    Bookmark Topic Watch Topic
  • New Topic