Hello experts and friends,
I'm having trouble with the mqtt_tls
library on the Boron. The node can't connect to the broker because it's failing to send cipher suite information. I confirmed the failure by investigating TCP-dump and enabling debug.
I found an error with "#include "MQTT-TLS.h"" giving an message "cannot open source file "<mbedtls_config.h>" (dependency of "MQTT-TLS.h")C/C++(1696)", but it compiles successfully.
However, as it fails to include the "mbedtls_config.h" hence fails to get the required configuration for the cipher suit.
I tried using the particle web-ide but it is taking forever to load the MQTT_TLS library.
I've reinstalled mingw/gcc, but still the same, probably due to particle-WB uses its own compiler.
I need help to solve this issue.
Thanks.