Paul Poetsma

Results 5 comments of Paul Poetsma

I found the cause. I use the secure (HTTPS) Domoticz URL but there's the standard self signed certificate and not a real trusted certificate. The Python script cannot handle this....

Found a quick fix to skip the certificate checking, until I have Let's Encrypt running: `result = requests.get(url, verify = False, auth=(DOMOTICZ_USER, DOMOTICZ_PASS))`

I'm running into this same issue. Using the most recent, at this point in time, Mx docker buildpack on Azure AKS. No modifications and runs fine with Mx 9.24. But...

@xiwenc We get the same error as OP. That is in Azure AKS. But I am able to build a Mx 10.12.1 app locally using Debian WSL on Windows 11....

It seems that our problem is solved. When you perform the workflow, so clone buildback and build the rootfs's etc from Linux (Windows WSL is fine too) then it works....