• 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:

SSLHandshakeException on WAS 6.1

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,

I have just upgraded the WAS to following version for RAD 7.0.
WebSphere Platform 6.1 [BASE 6.1.0.17 cf170821.07] [WEBSERVICES 6.1.0.17 cf170819.04]
Host Operating System is Windows XP, version 5.1 build 2600 Service Pack 2
Java version = J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20070426 (JIT enabled)

My application is using a webservice. Please can you help me fixing the below error

"nested exception is: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: No trusted certificate found"
The application was working fine on version 6.0. But for some other requirement, I upgraded the WAS.

Please help...

Regards
Amit
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


It seems that you have enabled the security.

Can you please post your complete error message and the type of ceritificates you are using .

This could be due to several reasons , for example The ceritificates installed may not be valid.
Or the certificates might have expired and is not able to renew the certificates automatically.





 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Amit,

You will have to add the SSL certificate of the vendor providing webservice to the Trust Store of your application server. I resolved this issue once for my team by exporting the cetficate from the browser adding it to the truts store.

You can add this certificate to trust store using WebSphere Admin Console.

Thanks,

Kashif
 
Amit K Jain
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kashif
Sorry for the delayed response. I exactly followed the same you suggested and the issue got reolved. Thanks for looking into it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic