espressif / esp-aws-iot

AWS IoT SDK for ESP32 based chipsets
Apache License 2.0
266 stars 157 forks source link

E (4760) aws_iot: failed! mbedtls_net_connect returned -0x52 (CA-109) #42

Closed isaurabhpawar closed 3 years ago

isaurabhpawar commented 3 years ago

ESP32 with AWS_IOT is running but giving me this error

"E (4760) aws_iot: failed! mbedtls_net_connect returned -0x52"

followed all the step

shahpiyushv commented 3 years ago

@isaurabhpawar , can you double check if the AWS IOT MQTT host and the port are configured correctly and also reachable from your network?

isaurabhpawar commented 3 years ago

Thankyou! It worked Tried changing port !

PaulAnurag commented 1 year ago

Hi @isaurabhpawar , I know its been a long time, but Did you try changing port in the sdkconfig?

image