Open MGWGIT opened 5 months ago
Is it because set(CONFIG_MQTT_TRANSPORT_SSL "y")
in cmake?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Normally port 1883 is for unencrypted. Are you intending to send this to port 8883 ?
The problem
I try to send unsecured mqtt message to my broker, but receive esp-idf errors caused tls connection fails.
Why tls error occured for insecure publish?
[E][mqtt.idf:162]: Last error code reported from esp-tls: 0x8008
Which version of ESPHome has the issue?
2024.4.2
What type of installation are you using?
Docker
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP32-IDF
Board
No response
Component causing the issue
mqtt
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response