espressif / esp-aws-iot

AWS IoT SDK for ESP32 based chipsets
Apache License 2.0
256 stars 154 forks source link

Example mqtt mutual authentication doesn't work with username/password based authentication (CA-267) #162

Open TK-HHY opened 1 year ago

TK-HHY commented 1 year ago

Hi All,

Actually I'm trying using this library to connect my esp-c3 board to Iot Core using custom authentication but without success with an error in network transport. Anyone has a workaround ?

Tony Wilson