https://bz.apache.org/bugzilla/show_bug.cgi?id=62479

Remy Maucherat <r...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #7 from Remy Maucherat <r...@apache.org> ---
Ok. It is exclusively an issue loading your trust store, I get the same
exception on JSSE and trunk with it, and it is:
Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors
parameter must be non-empty
        at
java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:200)
        at java.security.cert.PKIXParameters.<init>(PKIXParameters.java:157)
        at
java.security.cert.PKIXBuilderParameters.<init>(PKIXBuilderParameters.java:130)
        at
org.apache.tomcat.util.net.jsse.JSSEUtil.getParameters(JSSEUtil.java:389)
        at
org.apache.tomcat.util.net.jsse.JSSEUtil.getTrustManagers(JSSEUtil.java:313)
        at
org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext(AbstractJsseEndpoint.java:112)
        ... 19 more

Please investigate on the Tomcat user list the reason for the truststore
problem, I don't see why the Tomcat code would be involved in that particular
failure.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to