sun.security.validator.ValidatorException

I am trying to hit a https url with a self signed cert and I get this error.

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

Is there anyway around it besides buying a cert?

@lobo5519 self signed certs aren’t allowed, so the only way around would be to get a valid certificate.

Thanks

@lobo5519 I think eventually we would like to make it user definable so a developer can device what they want. Infrastructure wise right now we can only make it acceptable over an entire instance which runs security concerns.

1 Like

Thanks again for the info!

Any Info on local LAN access? Some of us stole some code from the sonos device type which seems to work but requires initiating the device multiple time to “wake it up”. This cert thing wouldn’t be an issue with local LAN access…