About 489,000 results
Open links in new tab
  1. What is the meaning of "curl -k -i -X" in Linux?

    Dec 7, 2017 · When you use curl to access a web page it is actually sending the GET request to the server. There are other kinds of request that can be used and -X is the way to specify this. …

  2. bash - Curl bad URL (3) - Unix & Linux Stack Exchange

    Jan 24, 2022 · Both the above scripts concatenates all files given as arguments on the command line, and passes the output to curl, one line at a time. Note that I have also corrected the HTTP …

  3. curl - Adding a self-signed certificate to the "trusted list" - Unix ...

    I've generated a self-signed certificate for my build server and I'd like to globally trust the certificate on my machine, as I created the key myself and I'm sick of seeing warnings. I'm on …

  4. CURL request using .netrc file - Unix & Linux Stack Exchange

    Mar 5, 2018 · As I understand the man page (of curl), the option -n just enables looking for a .netrc file, but it does not expect the file path of this file. This is the option --netrc-file. From the …

  5. How to Pass variable inside a curl command in a bash script

    Oct 29, 2022 · How to Pass variable inside a curl command in a bash script Ask Question Asked 2 years, 9 months ago Modified 2 years, 9 months ago

  6. How to trust self-signed certificate in cURL command line?

    Jun 22, 2018 · 1 If you save off the self-signed.crt from your server, you can pass it to curl via "--cacert self-signed.crt" and curl will validate the certificate of your server using the given CA Cert.

  7. Test connectivity to hosts in file on port 22 with curl command

    Id like to plug the following "curl" command into a bash script and run it against a hostfile of ip addresses then display the output as success or failure in an output file. curl -v telnet 10.10....

  8. How to fix curl sslv3 alert handshake failure? - Unix & Linux Stack ...

    How do I ignore or force the certificate using curl command line? When using wget seems to work fine. Also works when testing with openssl as below: $ openssl s_client -connect …

  9. Why my curl gets stuck at getting anything from some domains?

    Sep 27, 2022 · The curl command inside WSL2 hangs for some domains (like youtube.com) and it runs well for other domains (like google.com). It turns out the reason is the MTU size gap …

  10. curl - Curling a https url via a proxy results in NSS error 5938

    May 1, 2018 · Are they able to get the information if they use curl with -k to complete an insecure connection? Normally you'd want to remedy the version or cert issue, but if they don't want to …