Replies: 2 comments 8 replies
-
Are you using The latest changes with SHA should not affect operations, because it uses the Hardware SHA acceleration instead of the Software provided solution from |
Beta Was this translation helpful? Give feedback.
-
@AnthonyGrondin I had some mixups in folders locations and seems like it didn't really take the Do I need to compile myself somehow the Any guidance/assistance would be appreciated. |
Beta Was this translation helpful? Give feedback.
-
I have a program that works using
esp-mbedtls
(async)I upgraded to the latest commit, it required adding
SHA
parameter to theSession::new
and did the same as the example.I started receiving
MbedTlsError(-30592)
which based on error codes I found mean:0x7780 SSL - A fatal alert message was received from our peer
.Note that I'm using TLS1.2 (that's why I'm using
esp-mbedtls
).What's causing this?
Seems like the remote system I'm connecting to doesn't like this SHA.
Is there a way to use the new code with previous behavior? This is really critical to me.
Beta Was this translation helpful? Give feedback.
All reactions