About 1,280,000 results
Open links in new tab
  1. Does curl have a timeout? - Unix & Linux Stack Exchange

    I would expect curl to have a connection timeout (if nothing else, the OS and its TCP/IP stack almost certainly does), but it might not have a read timeout once the connection has been established.

  2. linux - how to use curl to verify if a site's certificate has been ...

    The curl manpage specifies the '--crlfile' option which exists exactly for this purpose. Also, curl is compiled with openssl and uses it for its crypto-related operations (including certificates) - it's just not …

  3. Getting curl to output HTTP status code? - Super User

    I'm using curl at the command line on Linux to issue HTTP requests. The response bodies are printed to standard out, which is fine, but I can't see from the man page how to get curl to print the ...

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

    The simple answer to this is that pretty much each application will handle it differently. Also OpenSSL and GNUTLS (the most widely used certificate processing libraries used to handle signed …

  5. How do you display POST data with cURL? - Super User

    Is there an option in cURL to display the string "firstname=john&lastname=doe" in the output? Note: Obviously the string I want is in the command I executed, but there are several other post options …

  6. Health check of web page using curl - Unix & Linux Stack Exchange

    May 13, 2019 · I'd like to do a health check of a service by calling a specific url on it. Feels like the simplest solution would be to use cron to do the check every minute or so. In case of errors, cron …

  7. How to download files from command line in Windows like wget or curl

    How can I download something from the web directly without Internet Explorer or Firefox opening Acrobat Reader/Quicktime/MS Word/whatever? I'm using Windows, so a Windows version of Wget …

  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 thepiratebay.se:443 …

  9. shell - curl url call in for loop? - Unix & Linux Stack Exchange

    curl url call in for loop? [closed] Ask Question Asked 11 years, 6 months ago Modified 7 years, 7 months ago

  10. download - Downloading file from FTP using cURL - Super User

    curl: Remote file name has no length! curl: try 'curl --help' or 'curl --manual' for more information curl: (6) Could not resolve host: myfile.raw; No data record of requested type I've tried some other methods, …