aspose file tools
The moose likes Websphere and the fly likes No trusted certificate found Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "No trusted certificate found " Watch "No trusted certificate found " New topic
Author

No trusted certificate found

Rama Lakshmi
Greenhorn

Joined: Mar 31, 2006
Posts: 27
Hi

I am trying to deploy an JSF based application in Websphere .
I am trying to fetch the header and footer html files from another server using c:import tag of JSF.
When I deployed the application and accessed the URL I am getting below error:

Error Message: Problem accessing the absolute URL "https://*******/Templates/includes/header.html". javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: No trusted certificate found
Error Code: 500
Target Servlet: Faces Servlet
Error Stack:
javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: No trusted certificate found
at com.ibm.jsse2.n.a(n.java:8)

But there is certificate installed under trust store. But still issue is coming.

Could anyone please help me in this issue.

Thanks
Rama
 
 
subject: No trusted certificate found
 
Threads others viewed
SSLHandshakeException on WAS 6.1
Publishing through RAD throws javax.net.ssl.SSLHandshakeException
No Trusted keystore found
SSL hand shake
Web Service with SSL Certificate exception
developer file tools