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

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to