cURL is an HTTP client library and command line tool.
Questions tagged [curl]
646 questions
0
votes
1 answer
HowTo install cURL on ISS 7, PHP5 and Win Server 03
my question is in the title allready "How to install cURL on a windows server 2003 machine with ISS 7.0 and PHP 5?".
I try to read HowTos in the internet but don't get any word what todo, I have too less experience with php and command line…

PassionateDeveloper
- 183
- 9
0
votes
2 answers
Install cURL in CentOS
Can someone direct me on how to install cURL on a CentOS server. Preferably through WHM if it's possible to recompile PHP that way.. I am a noob in SSH and this is a production server.

Mikey1980
- 751
- 1
- 8
- 12
0
votes
2 answers
File downloads stall from a third-party server (.net I think) - how can I prove the problem to the provider?
I'm writing a script to consume an XML feed provided by a third party. I'm having problems downloading the files listed inside it but the provider swears there's no problem.
The files are usually around 700kb, but between 20% and 80% of the…

Jamie
- 101
0
votes
2 answers
PHP/cURL/Fedora issues resolving hostname possibly a DNS problem?
I have the following simple test script for cURL/php on a FC12/apache server that has PHP 5.3.2, cURL v7.19.7 (according to phpinfo()):
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://www.google.com/');
curl_setopt($ch, CURLOPT_VERBOSE,…
chris cohen
0
votes
1 answer
How to install cURL with openssl on ubuntu server?
I am having a problem with cURL here.
My localhost has curl with openssl enabled, and thus my php code works fine. On running phpinfo() I get the following --
curl
cURL support enabled
cURL Information libcurl/7.19.5 OpenSSL/0.9.8g…

Hrishikesh Choudhari
- 147
- 2
- 2
- 8
0
votes
1 answer
CURL on PHP 5.2 works in CLI but not in IIS
I have a Windows 2003 Server running IIS with php 5.2.8, I'm trying to use CURL, and it works in CLI mode (if i execute php.exe) but it does not seem to be registered when running under IIS.
The output of PHP info in both CLI and IIS show the same…

Ben Reisner
- 103
- 4
0
votes
1 answer
Running PHP7.4 FPM on Ubuntu. Forgot to install PHP7.2-curl. Wondering if I will need to bring down all the other websites for the change
So I run a server with about 7 websites.
Just wondering if adding a module I will have to bring down the php-fpm and thus reboot the nginx process or adding a module.
Nginx Ubuntu 20.04 php 7.4 mariadb
When running
sudo apt-get install…

BostonAreaHuman
- 141
- 1
- 5
0
votes
2 answers
curl with --cacert fails on almalinux8 but works on ubuntu
We try this:
curl -v --cacert cert.pem https://example.com/path.asmx
on ubuntu its working, we're getting:
successfully set certificate verify locations:
* CAfile: cert.pem
CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello…

Guy
- 3
- 1
0
votes
0 answers
SOAP-ERROR: failed to load external entity - cURL: connection refused
I run my server with ubuntu 18.4 with openlitespeed installed, i'm making some php code to call a web service with SOAP, however, on my production server i'm facing some issues:
There is the code i use, i also use this function on my local server…

squarefighter
- 1
- 2
0
votes
0 answers
getting error with curl command in Ubuntu
Below I am having these issues with all my VMs. I am unable to curl from my VMS and subsequently having issues with another program. host OS is ubuntu 20.04 and the guest is Centos 7
see error message here

Rick
- 1
0
votes
1 answer
Nginx and PHP-FPM 504 gateway timeout with multiple curl requests
So I've been going crazy with this for the last 5 hours or something like that.
We have been having a problem in one of our servers that suddenly started giving 504 gateway timeouts.
So first versions:
Debian 10 running on Proxmox 7
Nginx 1.14
PHP…

Tio
- 133
- 8
0
votes
0 answers
Intermittent errors fetching from raw.githubusercontent.com using mingw curl and nodejs on Windows, but not in PowerShell or Linux VM
This started happening a month or two ago. I have a node script which fetches from:
https://raw.githubusercontent.com/glowbuzzer/gbr/master/package.json
This has started failing about one in three times, but not with all methods (all running on the…

jugglingcats
- 101
- 2
0
votes
1 answer
Detect Linux/Ubuntu -> Lamp/Apache or Nginx -> PHP - detect outcalls
I have a Ubuntu Server setup with LAMP at DO (Digitalocean, VPS - self managed via shell) running mainly Wordpess (php).
Now which ways do you recommend to detect outcalls/outreaches of scripts/plugins to external websites (like auto-update, crons,…

Email
- 101
- 2
0
votes
0 answers
Setup proxy with local CA certificate on Ubuntu 20.04
In our company, we have a proxy server with a self-signed CA certificate implementing MITM inspection. No internet connection is possible without this proxy server. My certificate installation process on a fresh install of Ubuntu server 20.04…

Green绿色
- 101
- 1
0
votes
0 answers
How to get invitee´s information who schedules event at Calendly in GTM data layer
I´ve created a html site with a Calendly widget embedded to allow clients to scheduled meetings with me. Webpage is being tracked by Google Tag Manager, which is set up to listen events each time a meeting is scheduled (viewed event, date and time…