ESP32-S3 fails to reconnect to MQTT SSL broker with A7670G LTE modem (IDFGH-14323) #723
Open
3 tasks done
Labels
Status: Opened
Issue is new
Answers checklist.
General issue report
ESP32 S3 is connected to the A7670G lte modem via usb and the pppos_client is being used from esp_modem external component.ESP32 S3 succesfully connects to the Non-SSL broker but fails to reconnect to the SSL Mqtt broker on disconnect.
During testing, we observed the following issue with MQTT reconnection after a disconnect event. The LTE module otherwise appears to maintain its network connectivity.
The device fails to reconnect, and the logs show the following error:
�[0;31mE (2898550) esp-tls: couldn't get hostname for :<mqtt_ssl_broker_address>: getaddrinfo() returns 202, addrinfo=0x0�[0m
�[0;31mE (2898550) esp-tls: Failed to open new connection�[0m
�[0;31mE (2898560) transport_base: Failed to open a new connection�[0m
�[0;31mE (2898560) mqtt_client: Error transport connect�[0m
�[0;32mI (2898570) APP_MQTT: INFO:MQTT EVENT_0�[0m
�[0;31mE (2898570) APP_MQTT: INFO:MQTT_EVENT_ERROR�[0m
�[0;31mE (2898580) APP_MQTT: Last error reported from esp-tls: 0x8001�[0m
�[0;32mI (2898580) APP_MQTT: Last errno string (Success)�[0m
�[0;32mI (2898590) APP_MQTT: INFO:MQTT EVENT_2�[0m
�[0;32mI (2898590) APP_MQTT: INFO:Client disconnected�[0m
The text was updated successfully, but these errors were encountered: