SSLHandshakeException, unable to find valid certification path to requested target - AKS AZURE

acastillo15
Level 1
SSLHandshakeException, unable to find valid certification path to requested target - AKS AZURE

Hello, 

I get an error when executing the flows in the spark engine, I am doing this configuration with AKS


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

Operating system used: AlmaLinux


Operating system used: AlmaLinux

0 Kudos
4 Replies
Turribeach

I don't know what you need to do to fix this but this is the error you get when a client doesn't trust the SSL certificate issued by the server. So you either need to add the CA root to your trust store or ignore certificate validation.

0 Kudos
acastillo15
Level 1
Author

Hello, the strange thing is that I have not configured any certificate in the design node (DSS) and in the cluster, which SSL certificate are you referring to?

0 Kudos
Turribeach

Your container/image registry?

0 Kudos
acastillo15
Level 1
Author

my container/image registry? I use Azure, I have not configured anything in ACR

0 Kudos