Closed sckulkarni246 closed 2 years ago
Hello team,
I finally figured out the issue. It was to do with the fact that ESP32 software does not send the intermediate certificate during the TLS handshake.
The hint came from here: https://github.com/Azure/azure-iot-sdk-csharp/issues/1010
Specifically, this suggestion:
You could chose one of the following two options :
Upload intermediate only and do Proof of possession on that or Include intermediate in tls handshake Any of the above two options can be valid options.
I chose the first work-around i.e. upload intermediate and do p-o-p on it. Thanks!
Regards, Shashank
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Working case - Individual Enrolment
Non-working case - Group Enrolment
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
My repo's
HEAD
is atbcfbaab143e5ece442b5d0d45712f2f681c3b237
Mention any other details that might be useful
Nothing to report. Look forward to a resolution!