Questions tagged [curl]

cURL is an HTTP client library and command line tool.

646 questions
0
votes
1 answer

self-curl blocked by iptables

I can't figure out which rule is missing to make this happen... # iptables -Z ; curl -v -k --connect-timeout 2 http://www.myhost.com/ ; iptables -L -v * Hostname was NOT found in DNS cache * Trying ... * Connection timed out after 2001…
Alexander
  • 277
  • 2
  • 8
0
votes
1 answer

parse server file upload

I've created an instance of parse server. I can get data from the collection no problem, but I'm stuck as to how to upload text files. I'm running curl from windows to upload a simple backup log. When I run: curl -X POST -H "X-Parse-Application-Id:…
CITSmithy
  • 1
  • 1
0
votes
1 answer

PHP CURL does not support RTMP protocol

I am trying to fetch RTMP url using PHP CURL, but unfortunately php curl says >Protocol "rtmp" not supported or disabled in libcurl I have installed rtmpdump and upgraded CURL to 7.47.1 latest stable version on my Centos 6.7 VPS. Following is the…
0
votes
1 answer

nginx seems to use wrong php service

i wanted to increase my max. upload file size and install cURL to php5-fpm today. I have installed a LAMP stack on my Ubuntu 14.04. But the changes doesn't take any effect after reloading/restarting php5-fpm and nginx.. Now i have removed everything…
nipeco
  • 101
0
votes
0 answers

Changing SSL-version for curl

I have been trying for hours to change the SSL Version for curl from NSS to OpenSSL because I have a web application that's dependant on it. I'm running RedHat RHEL 6.7 on a 64-bit system. I have read threads that say that I should set this when…
Marwzoor
  • 41
  • 1
  • 1
  • 3
0
votes
1 answer

Geotrust SSL certification issue

I have an issue with curl (Centos 6 env) does not recognize Geotrust intermediary certificate: * Trying 192.168.6.6... connected * Connected to composer.graymatter.co.uk (192.168.6.6) port 443 (#0) * Initializing NSS with certpath:…
Auris
  • 311
  • 1
  • 3
  • 14
0
votes
0 answers

Manual autodiscover implementation failing. Why?

I am managing a mail server, and would like to have my Outlook users be able to automatically set up their mail server information. Normally this is done with an autodiscover file. Here's how I understand it works with mymaildomain.com as an example…
jeddings
  • 1
  • 1
0
votes
1 answer

Why is nginx giving 200 OK response , even though domain is not hosted on my server ? and how can i fix it?

i have hosted example.com on nginx web server at ip 123.123.123.123 and if i use curl with host headers like this from remote machine curl -v -H "Host: example.com" 123.123.123.123/ i get curl -v -H "Host: example.com" 123.123.123.123/ * Trying…
user138870
0
votes
0 answers

How to compile php and curl-extension with custom version libcurl?

I want compile php-5.6.15 with custom version of libcurl. Why? There was a bug with curl which makes some https requests failed. My distro's repositories contains just version with bug. So I guess I need to make such steps as: compile curl…
0
votes
0 answers

Curl Error Connection timed out

I have a website (www.example.com | 123.456.789), in that machine i only have 1 web app running. i am trying to use php file_get_content() to a file which in my own server (located on some file like /var/www/my_site/public_html). However it always…
Jeremy
  • 129
  • 2
  • 10
0
votes
0 answers

Server becomes unresponsive while under load

We have a server setup containing 2 webservers, a RDS MySQL cluster and a loadbalancer, on AWS. The webservers are running PHP and Nginx, and contains multiple services each. We have a service managing an entity let's call it service A We then have…
Kao
  • 197
  • 1
  • 13
0
votes
1 answer

Why I cannot connect to my website in HTTP using curl?

I have a web site @ www.eshipp.com, all the domain is secured by SSL so any HTTP traffic is redirected by NGINX to HTTPS equivalent URL. However it seems that some users are not redirected and then getting a "not accessible" http error. As I don't…
Karl.S
  • 115
  • 1
  • 1
  • 8
0
votes
1 answer

"curl: (7) couldn't connect to host" only on www. subdomain

I'm running a server with Centos 6 and Plesk 11. I have curl installed and working on all domains except on a domain that has a www. as preferred domain. [root@www]# curl http://www.exampledomain.com/wp-admin/admin-ajax.php curl: (7) couldn't…
GMBrian
  • 103
  • 1
  • 1
  • 5
0
votes
1 answer

Troubleshooting Curl Timeouts

I run a SaaS monitoring service. Our standard integration example is to make a curl request to a special URL we provide. We have an intermittent issue where a user is hitting a 10 second curl timeout (-m 10 param). However, I can see in my server…
Encoderer
  • 267
  • 1
  • 2
  • 11
0
votes
1 answer

PHP cURL call returning error 56 with NSS error -12195

I have an internal server (internal to my network) to which I make a REST API call from my external server. I don't know if it helps but the external server is running php 5.3.6 with cURL 7.19.7. To make it safer (other than a Firewall box that…
Dentra Andres
  • 31
  • 1
  • 6