I’m trying to get Logic to Make a HTTP POST, where:
- URL = https://192.168.x.x:4343/api/v1/dev/widget/update/com.lametric…
- Headers: Content-Type:application/json, X-Access-Token:TOKENSTRING==
- Body: { “frames”: [ { “icon”: “48963”, “text”: “Temperature˚C” } ] }
Now all I get is that Homey is unable to validate the certificate.
request to https://192.168.100.219:4343/api/v1/dev/widget/update/com.lametric… failed, reason: unable to verify the first certificate.
This is probably due to that LaMetric using self-signed certificate. Is there a way to get Homey not validate certificates?