-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fails to connect due to empty Cipher Suit list #38
Comments
Hi, @GagiBik Try comment out & build on mbedtls_config.h (lib/MQTT-TLS/src/mbedtls/include/mbedtls/mbedtls_config.h , line 1466) Thank you. |
Hi Hirotakaster, |
Hello, |
@GagiBik I think that your error is TLS algorithm miss-match with MQTT server and MQTT-TLS clients. |
@hirotakaster For Algorithm miss-match, I found that the device (Particle Boron) is not sending any Cypher Suit information. And here is the TCP dump for a successful TLS connection, to the same server- |
Hi @GagiBik |
Hi Hirotakaster Thank you |
Hello Hirotakaster, Thanks |
@GagiBik |
@hirotakaster Thanks. |
@GagiBik |
@hirotakaster I'll try using VSCode in another pc. Regards |
@GagiBik |
My Particle Boron with Particle OS 4.2/5.1/5.2 fails to connect to the broker, Debug shows that there is no Cipher Suites sent in the Client hello. Here is the debug print out. Thank you for your support.
The text was updated successfully, but these errors were encountered: