• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Security:090477 Certificate chain received from x.x.x.x was not trusted causing SSL handshake

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Security:090477 Certificate chain received from x.x.x.x was not trusted causing SSL handshake

I have two application servers one is weblogic and another is jboss

i am communicationg using the url class in java from weblogic(simple plain pojo) to jboss(a jsp) but during runtime i get the above exception.
but on the other hand vice-versa works fine.

i have event implemented the trustanymanager for weblogic here is the code



I am stuck on this issue for last 1 day...So kindly help you find a way around.

Regards,
Swapneel Killekar.
 
reply
    Bookmark Topic Watch Topic
  • New Topic