-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
curl8.8.0: (35) ssl_handshake returned #24365
Comments
Did you install |
yes, have installed: |
To be clear first: I'm not a developer, but I faced similar problem before *I forgot the port number, sorry |
I guess a proxy software handled your request and responded with self-signed certificate, or it's a MITM attack (not likely but possible) |
Thanks.
|
yeah, I see a successful handshake. |
Same:
BTW, previous version curl 8.7.1 is good. |
Weird, I cannot help. |
Oh fuck I am having the same error, on other devices curl returns correctly, and on openwrt it just outputs "error" without additional information. Since we already tested the connection with openssl and it works fine, mbedtls is very sus |
You are using a custom build right? Build Libraries-libcurl with libopenssl and try again |
I re-built libcurl and curl and its working now. The default configuration for libmbedtls must dropped something important feature so that it failed to read /etc/ssl. Pending investigation. |
If you are too lazy to build, here are the ipk files
or you can use web interface to upload new packages. Good luck. |
Thanks. |
no, the problem is libcurl. it was linked with mbedtls. just reinstall it |
wget (
While this works:
|
Same issue, running r26637-05aec66d53, which is 6/16/2024 snapshot. It seems to break Adblock and Adblock Fast too.
wget is broken because of SSL:
Same curl version as OP but with aarch64:
|
DynamicDNS is also broken due to this issue. |
in short: In |
Yes, that works, but it means compiling everytime a a new image is created using image builder, which is annoying. |
just wait for the fix... |
tlsv1.3 support is broken in curl 8.8.0 with mbedtls 3.6.0. See curl/curl#13653 and Mbed-TLS/mbedtls#9210 for more details. A workaround was implemented in upsteam codes, see curl/curl@0c4b4c1 and curl/curl@5f9017d This snapshot contains all the commits above. Fixes openwrt#24365 openwrt#24386 Signed-off-by: Ryan Keane <[email protected]>
tlsv1.3 support is broken in curl 8.8.0 with mbedtls 3.6.0. See curl/curl#13653 and Mbed-TLS/mbedtls#9210 for more details. A workaround was implemented in upsteam codes, see curl/curl@0c4b4c1 and curl/curl@5f9017d This snapshot contains all the commits above. Fixes openwrt#24365 openwrt#24386 Signed-off-by: Ryan Keane <[email protected]>
tlsv1.3 support is broken in curl 8.8.0 with mbedtls 3.6.0. See curl/curl#13653 and Mbed-TLS/mbedtls#9210 for more details. A workaround was implemented in upsteam code, see curl/curl@0c4b4c1 and curl/curl@5f9017d This commit includes patches generated from upstream commits. fix openwrt#24365 openwrt#24386 Signed-off-by: Ryan Keane <[email protected]>
tlsv1.3 support is broken in curl 8.8.0 with mbedtls 3.6.0. See curl/curl#13653 and Mbed-TLS/mbedtls#9210 for more details. A workaround was implemented in upsteam code, see curl/curl@0c4b4c1 and curl/curl@5f9017d This commit includes patches generated from upstream commits. fix openwrt#24365 openwrt#24386 Signed-off-by: Ryan Keane <[email protected]>
tlsv1.3 support is broken in curl 8.8.0 with mbedtls 3.6.0. See curl/curl#13653 and Mbed-TLS/mbedtls#9210 for more details. A workaround was implemented in upsteam code, see curl/curl@0c4b4c1 and curl/curl@5f9017d This commit includes patches generated from upstream commits. fix openwrt#24365 openwrt#24386 Signed-off-by: Ryan Keane <[email protected]>
tlsv1.3 support is broken in curl 8.8.0 with mbedtls 3.6.0. See curl/curl#13653 and Mbed-TLS/mbedtls#9210 for more details. A workaround was implemented in upsteam code, see curl/curl@0c4b4c1 and curl/curl@5f9017d This commit includes patches generated from upstream commits. fix openwrt#24365 openwrt#24386 Signed-off-by: Ryan Keane <[email protected]>
tlsv1.3 support is broken in curl 8.8.0 with mbedtls 3.6.0. See curl/curl#13653 and Mbed-TLS/mbedtls#9210 for more details. A workaround was implemented in upsteam code, see curl/curl@0c4b4c1 and curl/curl@5f9017d This commit includes patches generated from upstream commits. fix openwrt#24365 openwrt#24386 Signed-off-by: Ryan Keane <[email protected]>
tlsv1.3 support is broken in curl 8.8.0 with mbedtls 3.6.0. See curl/curl#13653 and Mbed-TLS/mbedtls#9210 for more details. A workaround was implemented in upsteam code, see curl/curl@0c4b4c1 and curl/curl@5f9017d This commit includes patches generated from upstream commits. fix openwrt#24365 openwrt#24386 Signed-off-by: Ryan Keane <[email protected]>
Maintainer: @krant
Environment: x86/64 OpenWrt SNAPSHOT r26581-33db914607 / LuCI Master 24.158.03388
a6f8361524a76e5curl: 8.8.0
libmbedtls21: 3.6.0
libustream-mbedtls20201210: 2024.04.19
Description:
The text was updated successfully, but these errors were encountered: