clearlydefined/service

SSLHandhshakeException when connecting with ORT

Closed this issue · 1 comments

Hi there,
I hope this is the correct place. When trying to access curations from ORT, I get the following exception. Is anything wrong with the certificates?

org.ossreviewtoolkit
.plugins
.packagecurationproviders
.clearlydefined
.ClearlyDefinedPackageCurationProvider
  - Querying curations failed: SSLHandshakeException: PKIX path building failed:
    sun.security.provider.certpath.SunCertPathBuilderException:
    unable to find valid certification path to requested target
    Caused by: ValidatorException: PKIX path building failed:
    sun.security.provider.certpath.SunCertPathBuilderException:
    unable to find valid certification path to requested target
    Caused by: SunCertPathBuilderException:
    unable to find valid certification path to requested target

Best regards,
Georg

Problem seems to be on ORT side oss-review-toolkit/ort#8727