We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e54ea0 commit 7f7bbe2Copy full SHA for 7f7bbe2
examples/mqttc/Kconfig
@@ -6,7 +6,7 @@
6
config EXAMPLES_MQTTC
7
tristate "Enable MQTT-C Example"
8
default n
9
- depends on NETUTILS_MQTTC && !NETUTILS_MQTTC_WITH_MBEDTLS
+ depends on NETUTILS_MQTTC
10
---help---
11
Enable a simple MQTT-C publisher example
12
@@ -28,4 +28,12 @@ config EXAMPLES_MQTTC_RXSIZE
28
int "RX Buffer size"
29
default 256
30
31
+config EXAMPLES_MQTTC_ALLOW_UNVERIFIED_TLS
32
+ bool "Allow unverified TLS"
33
+ default n
34
+ ---help---
35
+ Do not fail TLS connection if certificate verification fails. Usually
36
+ this is useful during development when connection to server with
37
+ self-signed certificates
38
+
39
endif
0 commit comments