HI every One I have issue with curl error 28 it casued by one single website that eefect all the sites after thatand getting that rest API error 28 : however so I am trying also trying to update curl with
My current is
after searching in many threads, sounds like we need to migrate the curl first
I am not sure if its good idea or not, let me know if i need to migrate first or just update.
any help regarding upgrade curl is appreciate it
the outputsudo dnf update curl
Last metadata expiration check: 2:18:46 ago on Fri 13 Sep 2024 11:39:03 PM CDT.
Dependencies resolved.
Nothing to do.
Complete!
My current is
curl --version
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.0.7 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.10.4/openssl/zlib nghttp2/1.43.0
Release-Date: 2021-04-14
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
after searching in many threads, sounds like we need to migrate the curl first
Like many of you, we have several DirectAdmin installations that historically used the curl version supplied by CustomBuild. This has, since curl was pulled from CustomBuild, resulted in a lot of messages like "cURL 7.84.0 to OS update is available.". With the upcoming very serious security issue in curl (see
and https://github.com/curl/curl/discussions/12026 ), we are worried that the custombuild curl and libcurl are still being used on our DirectAdmin installations and that PHP is still build against them. We've therefore been looking into how we could...
- bertvandepoel
- Replies: 8
- Forum: CustomBuild
I am not sure if its good idea or not, let me know if i need to migrate first or just update.
any help regarding upgrade curl is appreciate it