Qt Error "Creating SSL Context" on Multiple Computers

I have this “SSL context creation error” in a Qt based C ++ application.
I put these dlls in the application directory and in "C: \ Windows \ system32":
- libeay32.dll
- libssl32.dll
- ssleay32.dll
But still a problem. This is strange because the application still works on all systems.

Ideas?

+6
c ++ ssl qt
source share
1 answer

All computers must install the Microsoft Visual C ++ 2008 Service Pack 1 Redistributable Package ( Download here ).
After installation, everything works!

+3
source share

All Articles