You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to connect AWS iot ,but when i use mosquitto_tls_set(mosq, cafilePath, NULL, certPath, keyPath, NULL);or connection.tls_set(cafilePath, NULL, certPath, keyPath, NULL); it return MOSQ_ERR_NOT_SUPPORTED
The text was updated successfully, but these errors were encountered:
I want to connect AWS iot ,but when i use mosquitto_tls_set(mosq, cafilePath, NULL, certPath, keyPath, NULL);or connection.tls_set(cafilePath, NULL, certPath, keyPath, NULL); it return MOSQ_ERR_NOT_SUPPORTED
There is a tls_support branch in this repo which might be helpful. It's quite an old one though so not sure if it's still working
The mention of the tls_support branch here was a really helpful pointer. It contains a newer version of the windows mosquitto library, linked against the correct runtime (see issue #40), and some refactorings, like joining the Utils directories.
Sadly, it seems to have dropped Linux support :-(
For our project, we rebased it on master and plan to eventually backfill the Linux support if it turns out that we need it.
I want to connect AWS iot ,but when i use mosquitto_tls_set(mosq, cafilePath, NULL, certPath, keyPath, NULL);or connection.tls_set(cafilePath, NULL, certPath, keyPath, NULL); it return MOSQ_ERR_NOT_SUPPORTED
The text was updated successfully, but these errors were encountered: