Skip to main content

All Questions

Tagged with
1 vote
0 answers
122 views

Unable to cURL on some platforms, in particular DigitalOcean VPS

I am on Ubuntu 23.10 (GNU/Linux 6.5.0-27-generic x86_64) is not working, curl is 8.2.1 suspect is there is something on the machine. I have two Virtual Private Servers (VPS) based on Digital Ocean ...
Jason 'Slingshot' Miller's user avatar
0 votes
1 answer
173 views

How to force HTTP URLs to be rewritten to HTTPS when using curl command line

I'm using some public build scripts that call dependencies from URLs beginning with http://. These build scripts fail as the company firewall blocks the download of files over http and require ...
Scott's user avatar
  • 384
1 vote
0 answers
153 views

CURL/Mac: error while downloading. Protocol "https" not supported (error 1)

I experience issues with both Composer and Wordpress (npm doesn't seem to be affected 🤔) The error message from Composer is exactly https://repo.packagist.org could not be fully loaded (curl error 1 ...
Mestika's user avatar
  • 981
8 votes
2 answers
4k views

git on Debian 10 backports throws fatal: unable to access 'https://github.com/user/repo.git': Failed sending HTTP2 data

As of yesterday, after updating my Debian 10+bpo system, whenever I try git clone, git fetch, or any other git operation that relies on network, I get fatal: unable to access 'https://domain.example/...
programagor's user avatar
0 votes
1 answer
305 views

How to point R to the correct version of curl when upgrading nfrom R 3.6 to R 4.0?

Full disclosure, I have already posted this same question on SO, but on advice am trying this forum instead! I originally posted this issue several months ago in RStudio Community which helped narrow ...
rachelette's user avatar
3 votes
0 answers
2k views

How to use an EC private key with curl+libnss?

I am attempting to use a client certificate with curl. If I use a curl binary built against openssl or libressl, it works without issue. If I use a curl built with libnss, then it refuses to load the ...
programmerq's user avatar
1 vote
1 answer
4k views

How to recursively upload a directory which has directories and files to a server through HTTPS using curl command?

This is the command I am using: curl --insecure -i https://XX.XXX.XXX.XX/project/conatinername/foldertobeuploaded/${file}.html -X PUT -H "Content-Type: text/html charset=UTF-8; -H "Content-Length:0" -...
Viraj Rathod's user avatar
0 votes
1 answer
2k views

curl and wget not working with https sites after upgrade to ubuntu 18.04.1

Seems to be a openssl related issue. Anyone have any ideas as to what this is? Note that the url works in a browser. With wget: # wget -d https://deb.nodesource.com/setup_8.x DEBUG output created ...
Ziffusion's user avatar
  • 246
1 vote
3 answers
14k views

How to hide the html body when using curl?

Currently I am experimenting with curl flags, looking how to get only the response headers, follow the redirection if any, encryption and authentication used and the round trip time. What flag ...
user avatar
0 votes
1 answer
50 views

is calling remote bash script via https which then call another bash script with http considers secure?

It might be a silly question but I will go for it anyway… due to some backward compatibility I only adjusted part of the calling script chain. there is a reason why I call it twice but let's leave it ...
Asaf Magen's user avatar
1 vote
0 answers
277 views

can't connect to https API using cURL?

I have API endpoint URL, certificate file ( cert.p12 ) & password. Here is the steps I try to connect to this API. ( IN Windows 7 ) First I type the URL in chrome browser and it didn't give me ...
Shyamin Ayesh's user avatar
3 votes
0 answers
994 views

how to upload files to https server with certificates using curl or any other commands

I am Trying to upload to my HTTPS server using curl .I am using curl for that ,the code is curl -v --cacert /tmp/WIN-CLS.vdi.com.pem -T /etc/hosts \ --user administrator:pass_123 https://xxx.xxx....
Manu Cherian's user avatar
4 votes
1 answer
9k views

GIT from source: fatal: Unable to find remote helper for 'https'

Due to me not having root rights, I compiled git from source locally. My distro is OpenSUSE 13.1. Googling the error fatal: Unable to find remote helper for 'https' It was suggested that curl is not ...
Henk1989's user avatar
5 votes
1 answer
24k views

Curl command to download a file over HTTPS

I need to download a particular file from https://file_path. Here is the curl command I use for that: curl --user user:password "https://file_path?raw" > location I wish to download the real ...
Hello's user avatar
  • 153
2 votes
1 answer
6k views

Using curl with a https proxy

I have setup a squid proxy so that it listens on a HTTPS port instead of the usual HTTP port, in order to have encrypted communication between the client and the proxy itself. While I have been able ...
Marco Righele's user avatar

15 30 50 per page