Replies: 2 comments
-
Could you use e.g.
to see what the handshake looks like? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That indeed points to a problem:
I guess I need to learn about Bernhard |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get
MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE
from accessing a particular website and am hoping for suggestions for diagnosing the issue.Example (on esp32):
Output:
This works properly for all domains I tried, except for
https://web.leaf49.org/
.wget
also works as expected.Any ideas what could be causing the error, and, in particular, how to diagnose the issue?
web.leaf49.org
is an nginx webserver behind a cloudflare tunnel.Beta Was this translation helpful? Give feedback.
All reactions