No Trusted Certificate Found when Accessing Plugin Repository Using Websphere
Unable to render {include} The included page could not be found.
Symptoms
Plugin repository cannot load the plugins list. Web browser prompts a message box:
Error downloading: http://confluence.atlassian.com/plugin-repository/proxy.action?profile=confluence&decorator=none&buildNumber=1627&repoClientVer=2.1.4&os=ppc&javaVer=1.5.0&javaVendor=IBM+Corporation
com.ibm.jsse2.util.h: No trusted certificate found
The following appears in the atlassian-confluence.log
:
2009-08-26 12:23:22,674 WARN [WebContainer : 3] [getaheadplugin.dwr.impl.ExecuteQuery] warn Method execution failed:
-- referer: http://localhost/confluence/admin/plugin-repository/plugins.action | url: /confluence/plugins/servlet/plugin-repository/dwr/exec/RepositoryDWR.startCaching.dwr | userName: confluence_admin
com.atlassian.plugin.repository.model.RepositoryException: Error downloading: http://confluence.atlassian.com/plugin-repository/proxy.action?profile=confluence&decorator=none&buildNumber=1627&repoClientVer=2.1.4&os=ppc&javaVer=1.5.0&javaVendor=IBM+Corporation
com.ibm.jsse2.util.h: No trusted certificate found
...
Caused by: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: No trusted certificate found
...
Caused by: com.ibm.jsse2.util.h: No trusted certificate found
...
Cause
To load the plugins list, plugin repository requests our SSL-enabled site at https://plugins.atlassian.com. The JVM configured for Websphere does not contain SSL certificate of this site, hence, causing the request to fail.
Resolution
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.