devkit-sdk icon indicating copy to clipboard operation
devkit-sdk copied to clipboard

New CA certificate support

Open CIPop opened this issue 4 years ago • 0 comments

New CA certificates will soon be required to continue connectivity with Azure IoT. Please see https://github.com/Azure/azure-iot-sdk-c/pull/1971 for reference.

Workaround:

Application developers can work-around missing the new certificates by defining their own certificates[] array (__weak bound likely in DevKit?) within the application code. Please see https://github.com/Azure/azure-iot-sdk-c/tree/master/certs for guidance and the required Azure Cloud certificates.

CIPop avatar Jun 01 '21 18:06 CIPop