Results 7 comments of Rich Bayliss

@wrboyce @dfunckt did we make a decision to continue with this one? If so then I will make sure it is reviewed today.

Based on this info, I couldn't reproduce in a test. Finding more information.

I have hit a similar problem with this before. I understand why the code is this way (we want to enforce access over HTTPS for security) but I also can...

Discovered that this is due to a permission in the API. Resolving there.

@saltedpotatos as @bartversluijs points out - you couldn't have known since Balena are only advertising the _minimum_ OS version required. As feedback; it would be nice if the 404 wasn't...

It looks like this issue is still a thing... perhaps related to ACME v2? ``` ingrid_1 | 0000000d:acme-ca.clireq[001a:ffffffff]: GET /acme/authz-v3/54535395 HTTP/1.1 ingrid_1 | 0000000d:acme-ca.clihdr[001a:ffffffff]: host: 127.0.0.1:9012 ingrid_1 | 0000000d:acme-ca.clihdr[001a:ffffffff]: accept:...

Yeah, I can confirm that the errors are due to the deprecation of `GET` requests in v2 and switching to `POST-as-GET` worked in the end. I will try and PR...