-
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
curl: getting "curl: (55) error" #24386
Labels
Comments
duplicate of #24365 |
in short: In |
Thanks.. I had to change all my router builds (got 4 different router brand/models).. didn't notice it defaulted to mbedtls |
Ra2-IFV
added a commit
to Ra2-IFV/openwrt-packages
that referenced
this issue
Jun 18, 2024
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]>
Ra2-IFV
added a commit
to Ra2-IFV/openwrt-packages
that referenced
this issue
Jun 18, 2024
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]>
Ra2-IFV
added a commit
to Ra2-IFV/openwrt-packages
that referenced
this issue
Jun 19, 2024
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]>
Ra2-IFV
added a commit
to Ra2-IFV/openwrt-packages
that referenced
this issue
Jun 19, 2024
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]>
Ra2-IFV
added a commit
to Ra2-IFV/openwrt-packages
that referenced
this issue
Jun 19, 2024
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]>
Ra2-IFV
added a commit
to Ra2-IFV/openwrt-packages
that referenced
this issue
Jun 20, 2024
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]>
Ra2-IFV
added a commit
to Ra2-IFV/openwrt-packages
that referenced
this issue
Jun 21, 2024
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]>
liudf0716
pushed a commit
to liudf0716/packages
that referenced
this issue
Jul 10, 2024
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]>
pschmitt
pushed a commit
to pschmitt/packages
that referenced
this issue
Feb 20, 2025
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maintainer: @krant @dibdot @stangri
Environment: OpenWrt SNAPSHOT, r26592-83311b7470
Description:
In latest curl 8.8.0, some url's are not working (github raw files)
Trying:
curl https://raw.githubusercontent.com/duggytuxy/malicious_ip_addresses/main/botnets_zombies_scanner_spam_ips.txt
Ends with:
curl: (55) Error
I can confirm that it is still working with curl
curl 8.7.1 (aarch64-openwrt-linux-gnu) libcurl/8.7.1 mbedTLS/3.6.0 nghttp2/1.61.0
The text was updated successfully, but these errors were encountered: