I have a piston that performs an HTTP GET against a web server that uses a self-signed SSL certificate. Hubitat records a 408 response when querying this endpoint using https, but the query works properly when using http. I suspect that the connection is aborted when the SSL certificate validation fails due to CN mismatch or no root CA for the self-signed cert.
Is there a way to get webcore/hubitat to ignore SSL errors? I don’t really care about certificate chain validation here, but I do care about sending my API tokens in the clear. The device that’s being queried is an embedded device where it’s not easy/practical to maintain a commercial SSL cert.
This is running on a Hubitat C7 hub.