Disable SSL certificate checking on HTTP binding

Hello,

I have some devices which I want to read API status from. All of those devices have self-signed certificates. Since it’s within my home network I do not care about if the certificates are self signed. Is there a way to control the SSL checking behaviour of the HTTP binding?

Allow untrusted
Allow expired
Allow self signed
ext…

17:11:34.381 [ERROR] [org.openhab.io.net.http.HttpUtil     ] - Fatal transport error: 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

Kind regards,
Bastiaan

I have the same issue with a connection to my PV API. Is there a setting to disable SSL checking?

Nevermind, the solution is already documented in the HTTP binding with:
ignoreSSLErrors=true

1 Like