We have Automise 3.0.0.918 on a server and I am trying to pull a file off a secure website. It fails with the error "Could not load SSL library". This seems to indicate that I need openssl installed on the server.
So I installed the Visual C++ runtime and Win64OpenSSL Light 1.0.1. I still can't seem to get Automise to use the newly installed libraries to get the file.
This was solved by installing 32bit OpenSSL along with the Visual C++ (32bit) runtime. I tried 64bit but realized it was looking for the 32bit. Once I did this it worked well.
The task to get the file is successful. But when I try to open the file (whcih is a zip), windows doesn’t recognize the file. So the file downloads, but is corrupted in the process.
It works fine in a browser, but I can’t seem to pull this using Automise http get or wget. The file is copied down with a size of zero and Automise says the job is successful.
It looks like the server is doing some sort of redirect before sending the file down, using chome’s developer tools I watched what happens and you will see the original GET is showing is cancelled.
Thanks for looking at this. When I use Chrome Developer tools to download Process Explorer from Microsoft, the tools also report a canceled get. So either the two websites have something in common or the results from the tools are invalid.
Here is the process explorer link that also shows "canceled" but still downloads the file in Chrome: