clarinsi / clarin-dspace

LINDAT/CLARIN digital repository based on DSpace
http://lindat.cz
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

healthcheck: SSLHandshakeException #29

Closed cyplas closed 5 years ago

cyplas commented 6 years ago

Recent healthchecks have consistently yielded many lines like:

    2:2018-08-06 00:01:36,388 ERROR cz.cuni.mff.ufal.tracker.PiwikTracker @ javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Should try the resolution steps here: https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-failed-779355358.html

cyplas commented 5 years ago

Added the SSL certificates for kt-piwik.ijs.si and terena to the java keystore. That seems to have put an end to the SSLHandshakeExceptions.

(However, I don't think it has helped the slow piwik data loading problem, as I was vaguely hoping.)