-
Notifications
You must be signed in to change notification settings - Fork 542
SSL connection fails with espconn_secure_ca_enable on current master #292
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
Comments
Test code looks like:
|
gilpinheiro
referenced
this issue
Jan 22, 2020
Feature/ssl send data fail See merge request sdk/ESP8266_NONOS_SDK!224
Yes - I am sure this is related. I have rolled back the mbedtls lib to before the issue I reported and everything works fine. All other updates since then are OK but that change in #275 broke SSL and it's still not fixed |
The other thing that they did in that update was re-enable SSL3, which is really dangerous as it has known security flaws |
davydnorris
referenced
this issue
Mar 22, 2020
fix(pp): Wi-Fi tx hangs when Q2_RST_INT and Q0_TX_COMPLETE come at the same time See merge request sdk/ESP8266_NONOS_SDK!270
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Latest master build always drops connection when espconn_secure_ca_enable is set.
I've reproduced this a few different ways and can confirm that the code worked previously (and correctly validated the server's key was signed by the CA certificate).
When working master@ed302d1eab70f17848e7c7b671bc2ecc1336b851:
(I've verified that the server is being properly validated - connection fails as expected if I use a server certificate not signed by the CA certificate)
on master@HEAD build:
May be related to #275 (it looks like maybe he is also using a CA certificate to authenticate)
The text was updated successfully, but these errors were encountered: