About 935,000 results
Open links in new tab
  1. Run cURL commands from Windows console - Super User

    Apr 26, 2010 · Is there a way to install cURL in windows in order to run cURL commands from the command prompt?

  2. Curl error (6): Couldn't resolve host name - Super User

    Nov 3, 2024 · Learn how to troubleshoot and resolve the "Curl error (6): Couldn't resolve host name" issue on Super User forum.

  3. curl: (35) schannel: next InitializeSecurityContext failed - The ...

    Jul 28, 2023 · curl: (35) schannel: next InitializeSecurityContext failed - The revocation function was unable to check revocation for the certificate Ask Question Asked 2 years, 5 months ago …

  4. curl: (60) SSL certificate: unable to get local issuer certificate

    May 17, 2025 · Previously it worked but since I rarely test this server, I don't know what changed. The test-server (URL see comment, to be deleted later to avoid bots) uses a certificate that …

  5. How can I use curl with ::1 for ipv6 based loopback?

    Mar 5, 2015 · However, you may want to run: curl -V and see if IPv6 shows up on the line that says "Features" (the third line, not counting extra lines from word wrapping). I found my …

  6. ubuntu - SSL certificates no longer work with cURL - Super User

    May 26, 2022 · I had this problem with gcloud and curl. For me, jhud's answer mostly fixed gcloud, but I had to do another few steps. To get curl working, I had to do a couple more after that. …

  7. windows - PowerShell equivalent of curl - Super User

    Oct 10, 2011 · Is there an equivalent of curl in PowerShell? Does it have some similar built-in capability or is there a 3rd party cmdlet?

  8. How to tell curl to use one client cert from the Windows Cert Store ...

    Dec 6, 2022 · The link I gave was for curl, so it's supposed to work. Perhaps you could force it with the curl parameter --cacert file or --cert. Otherwise, perhaps curl doesn't like the certificate …

  9. ssl - Why this error tryng to cURL an API? OpenSSL SSL_connect ...

    Dec 16, 2021 · I am going crazy with the following problem. Some times ago I was able to retrieve data from some API using the following cURL command involving the use of an SSL …

  10. curl: (35) error:0A00010B:SSL routines::wrong version number

    Oct 2, 2022 · I am using curl 7.85.0 under Windows 10 x64 and try to connect to a FTPS Filezilla server 1.5.1 using TLS V1.3 in passive mode. The server listen on port 635 on another Win10 …