Skip to content
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

Bug Report - Issue with Curl after updating new build introding curl 7.88.1 #69

Closed
jrbecart opened this issue Jun 19, 2023 · 1 comment

Comments

@jrbecart
Copy link

jrbecart commented Jun 19, 2023

Bug Description:

It appears that the latest update of the Dockerfile-8.1 has upgraded Curl to version 7.88.1. Previously, the version was 7.74.0. However, after this update, an error is encountered when using Curl in PHP-FPM. When attempting, for example, to execute the command curl https://google.com, the following error message is displayed: curl: (6) getaddrinfo() thread failed to start.

Additional Information:

Output of the command curl -V within the PHP-FPM environment:

curl 7.88.1 (x86_64-pc-linux-gnu) libcurl/7.88.1 OpenSSL/3.0.9 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3
Release-Date: 2023-02-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
@jrbecart
Copy link
Author

Problem solved, I updated docker to 20.10.16 and issue is gone.
Also had issue with docker socket so I also did: systemctl stop docker.socket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant