Dear community,

I am the author of a free software application named FET.

I am fetching a file with https from my server.

Using Qt 5.12.3 and below I copied the files ssleay32.dll and libeay32.dll in the same directory as fet.exe and it worked.

Using the new Qt 5.13.0 I copied the files libcrypto-1_1-x64.dll and libssl-1_1-x64.dll in the same directory as fet.exe (my application is compiled for 64 bit). On another computer with Windows 7 it works, on two computers with Windows 10 (on which I installed previously Qt 5.12.3, maybe this is the reason?) it says it does not load the SSL libraries and does not work.

On GNU/Linux it works OK.