Luis Sanchez
Luis Sanchez
Looks like it might have to do with a change in how the URLs should be constructed. See https://github.com/MattTW/BlinkMonitorProtocol/issues/39#issuecomment-631451271
/test all
/ok-to-test
/retest
I built a version of homebridge w/ http-debug module and I got this just before the BlinkException: ``` HTTPS REQUEST: ERROR EVENT Trace: Error: certificate has expired at TLSSocket.onConnectSecure (_tls_wrap.js:1474:34)...
Using openssl directly confirms that some of the servers are returning expired ssl certs (only stdout shown below): ```sh-session $ openssl s_client -showcerts -connect rest.u002.immedia-semi.com:443
Here is an example of someone else running into this problem: https://github.com/home-assistant/core/issues/24221
Proof PR: https://github.com/openshift/kubernetes/pull/1921