PKIX path building failed:

Hi All,

I am getting the below error in the containerized Nexus Docker registry.

How do I fix this issue ?

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

Thanks,
Siva

This indicates a self-signed certificate, or a signed certificate where the signer is not trusted by the OS.

You don’t provide enough context to offer any specific suggestions