-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mqtt set uri function doesn't set transport to ssl with uri being 'mqtts://' (IDFGH-523) #2870
Comments
Hi @AadiMehta Thanks for reporting this issue. The issue is that if transport is not (statically) selected upon
We will check if this change does not break anything else and go ahead with the fix. |
…ng/receiving different data and references esp-mqtt commits to pass these tests testing conditions: transports (tcp, ssl, ws..) qos (0, 1, 2) short repeated messages (packed packets) oversized messages (fragmented packets) publish from a different thread Closes espressif/esp-idf#2870 by means of including commit 815623d from esp-mqtt Closes espressif/esp-idf#2975 by means of including commit 752953d from esp-mqtt Closes espressif/esp-idf#2850 by means of including commits df455d2 17fd713 from esp-mqtt
…ng/receiving different data and references esp-mqtt commits to pass these tests testing conditions: transports (tcp, ssl, ws..) qos (0, 1, 2) short repeated messages (packed packets) oversized messages (fragmented packets) publish from a different thread Closes espressif/esp-idf#2870 by means of including commit 815623d from esp-mqtt Closes espressif/esp-idf#2975 by means of including commit 752953d from esp-mqtt Closes espressif/esp-idf#2850 by means of including commits df455d2 17fd713 from esp-mqtt
…ng/receiving different data and references esp-mqtt commits to pass these tests testing conditions: transports (tcp, ssl, ws..) qos (0, 1, 2) short repeated messages (packed packets) oversized messages (fragmented packets) publish from a different thread Closes espressif/esp-idf#2870 by means of including commit 815623d from esp-mqtt Closes espressif/esp-idf#2975 by means of including commit 752953d from esp-mqtt Closes espressif/esp-idf#2850 by means of including commits df455d2 17fd713 from esp-mqtt
Problem Description
esp_mqtt_client_set_uri function doesn't work when uri is mqtts://
Following example doesn't work:
Above example only works if ".transport = MQTT_TRANSPORT_OVER_SSL," is added over mqtt_cfg.
The text was updated successfully, but these errors were encountered: