-
In the What happens then when not using the secure transport? |
Beta Was this translation helpful? Give feedback.
Answered by
kartben
Oct 27, 2023
Replies: 1 comment 1 reply
-
mmmm this doesn't make much sense to have an if there since it's always going to be a secure connection (https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/net/cloud/mqtt_azure/src/main.c#L179, and IoT Hub doesn't support non-TLS anyway) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fgervais
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mmmm this doesn't make much sense to have an if there since it's always going to be a secure connection (https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/net/cloud/mqtt_azure/src/main.c#L179, and IoT Hub doesn't support non-TLS anyway)
Did you want to maybe submit a patch?