Just do a google search for
shibboleth "SSL3_GET_SERVER_CERTIFICATE:certificate verify failed"
The first link will guide you to shib wiki where this issue is diagnosed.
Tom
> www.telecommand.com <http://www.telecommand.com>
--
Chad La Joie
http://itumi.biz
trusted identities, delivered
The error you sent was specific to an attribute query on port
8443. For this port there is no "Tomcat cert", there is only the
IdP's.
While there probably also is an SSL cert for HTTPS on port 443 (which
could be called "Tomcat cert" if Tomcat handles HTTPS in your
deployment, I suppose) which is not covered in the Shibboleth
documentation, this has nothing to do with the error at hand.
If you install from the official documentation there is nothing extra
(i.e., outside of the documentation) you need to do. If you don't
follow the documentation, you seem to know better and it's then up to
you how to deal with this.
If the instructions are unclear, please point out which part
specifically is unclear.
By default the IdP creates the necessary certificates and also puts
the correct cert inside metadata/idp-metadata.xml
The documentation has specific instructions on how to prepare your
container. For Apache Tomcat this is
https://spaces.internet2.edu/display/SHIB2/IdPApacheTomcatPrepare
-peter