Thanks Thiago, seems it fixed it all.

Le 30-07-2019 02:59, Thiago Macieira a écrit :
On Monday, 29 July 2019 09:33:41 PDT maitai wrote:
Hi all,

I have some Windows 10/64 bits users reporting "TLS initialization
failed" when running our app, built with Qt 5.13.0 MSVC 2017/64 bits

I have found this page:

https://doc.qt.io/qt-5/windows-requirements.html

But the interesting part is missing, i.e. what variable should I set to
indicate where opensll libs are ?

None. The libraries are searched next to your executable. That's where you
should put them.

Just make sure they are the OpenSSL 1.1 libraries. Not 1.0. They're called:
        libssl-1_1-x64.dll
        libcrypto-1_1-x64.dll
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to