openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.87k stars 3.38k forks source link

curl: getting "curl: (55) error" #24386

Open AcidSlide opened 3 days ago

AcidSlide commented 3 days ago

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)

# curl --version
curl 8.8.0 (x86_64-openwrt-linux-gnu) libcurl/8.8.0 mbedTLS/3.6.0 nghttp2/1.62.1
Release-Date: 2024-05-22
Protocols: file ftp ftps http https ipfs ipns mqtt
Features: alt-svc HSTS HTTP2 HTTPS-proxy IPv6 Largefile SSL threadsafe

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

Ra2-IFV commented 3 days ago

duplicate of #24365

Ra2-IFV commented 3 days ago

in short: In Libraries>libcurl, select openssl. mbedtls is broken

AcidSlide commented 1 day ago

in short: In Libraries>libcurl, select openssl. mbedtls is broken

Thanks.. I had to change all my router builds (got 4 different router brand/models).. didn't notice it defaulted to mbedtls