cUrl CLI on Windows

Posted on December 11, 2017 in Develop • Tagged with #curl, #windows, #shell, #ssl, #git, #openssl

cUrl on Windows is not trouble-free to get working, when posting to SSL domains.

Here is howto:

  • Download latest windows version of cUrl. I used curl-7.57.0, which is SSL and SSH enabled.
  • Extract the files from the zip file to C:\Program Files\curl-7.57.0\
  • Add to …

Continue reading