Are there any alternative to the URLDownloadToFile function? I cannot download anything from an HTTPS server with invalid certificate. Are there any generic HTTP clients which I can use to download a file from an HTTPS server with an invalid certificate? Are there any other alternatives for this situation? Thank you!
Are there any alternative to the URLDownloadToFile function? I cannot download anything from an
Share
You can try libcurl, a easy-to-use client-side URL transfer library.
Here talks about how to deal with ssl cert with it.