cwrc / NERVE

Named Entity Recognition Vetting Environment
GNU General Public License v2.0
3 stars 3 forks source link

SSLHandshakeException #81

Closed Thaerious closed 5 years ago

Thaerious commented 5 years ago

While loading schemas from an ssl source the server throws a SSLHandshakeException.

at ca.sharcnet.dh.scriber.encoder.EncoderBase.schema(EncoderBase.java:87) at ca.sharcnet.dh.nerve.Scriber.createManager(Scriber.java:96) at ca.sharcnet.dh.nerve.Scriber.dictionary(Scriber.java:162)

Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

jefferya commented 5 years ago

Could be the following:

Thaerious commented 5 years ago

Switching to Tomcat remedied the issue.