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
When connecting to a NGINX 1.18 server with embedded-tls (features = ["async", "defmt"]), server rejects the connection with Handshake Failed. The error message on the server is following:
When connecting to a NGINX 1.18 server with embedded-tls (features = ["async", "defmt"]), server rejects the connection with Handshake Failed. The error message on the server is following:
Addition of Session ID, as mentioned in #57, does not help.
However, commenting out line 113 of config.rs (adding more signature schemes to the config, despite not having the alloc feature) solves the issue.
User code reproducing the problem: https://github.com/imihajlow/ethernet-to-spi/blob/b62dd533e5da056bc3f1ffe15e70d248cfbafab1/stm32eth-f401/src/tls_task.rs
The text was updated successfully, but these errors were encountered: