-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud connector does not connect to Azure IoT Hub #116
Comments
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 |
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.
The text was updated successfully, but these errors were encountered: