Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
128 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
1 vote
0 answers
160 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
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
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