I have device certificates working for authentication for my MQTT connection. Now I’m trying to use the same key/cert pair in my HTTPS request for firmware files and it’s failing authentication. If I use username/password authentication, it works I don’t know, at the moment if this is a problem with c8y or the esp32 SDK I’m working with. But I wanted to know if even should work since when I use device certificates, my Info Board shows the owner of the device is "device_ when I use device certificates where it used to show my username when I was using username/password on MQTT authentication. The firmware files show my username as it’s owner in the file repository.
I’m also wondering if it’s possible to turn off authentication for repository files. For security sake, I can simply encrypt the firmware file so I don’t think authentication is necessary. So that would be a quick solution to my issue if that was possible.
This authentication method is not supported: Basic realm=“Name of Your Realm”
For the JWT, I tried putting the JWT in the password field while setting the username to NULL. Which is the method I used when I used JWT with (the now defunct) Google IoT bridge.
And I’m not using REST, I’m just downloading a file, which I don’t think uses the REST API.
I’m concerned that the errors I’m getting may mean that the SDK doesn’t support these options. So I’m hoping that there might be a way to disable authentication for c8y file downloads.