Open mikehaller opened 1 year ago
Hello,
This error still seems to persist even after manual + sdv-provision.
Steps followed:
Note: I see that the sdv-provision is automating the device certificate generation. On comparing the sdv-provision script and Azure client device certificate generation process, I was wondering if the following command is missing:
.
I also tried created own device certificates and used it directly in the Kanto manifest to restart the containers. Also tried with manual creation of thumbprints using OpenSSL.
It seems that the issue might be related to this certificate expiring: https://github.com/eclipse-leda/leda-contrib-cloud-connector/blob/main/resources/iothub.crt It gets built into the container and the last build was more than 10 months ago.
is there any work-around for the cloud-connector to work?
When running
sdv-provision
, creating device certificates and register a new device in Azure IoT Hub, it prints the following error message when running thecloudconnector
container:It seems the
--caCert=iothub.crt
argument for cloud connector is the wrong CA cert for Azure. Documentation or default configuration should be updated.