Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt "Creating SSL context" error in few computers

Tags:

c++

ssl

qt

I have this "Error creating SSL context" in a C++ application based on Qt.
I've put these DLL in the application directory and in "C:\Windows\system32":
- libeay32.dll
- libssl32.dll
- ssleay32.dll
But still have the problem. It's weird because the application still works on allmost all the systems.

Idees?

like image 285
Xavier Boubert Avatar asked Dec 22 '10 17:12

Xavier Boubert


1 Answers

All computers need to install the Microsoft Visual C++ 2008 SP1 Redistributable Package (Download here).
After installation, all works!

like image 199
Xavier Boubert Avatar answered Oct 16 '22 13:10

Xavier Boubert