[Interest] qt 5.13.0 SSL requirements

Thiago Macieira thiago.macieira at intel.com
Tue Jul 30 02:59:18 CEST 2019


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






More information about the Interest mailing list