In my Qt Application, I try to access to a ssh page. On few computer I've this error :
Error Creating SSL context()
I try all the solutions I founded :
- Install Microsoft Visual C++ 2008 SP1 Redistributable Package
- Add the dlls libeay32.dll/ssleay32.dll/libssl32.dll in the path of my exe
Add this in my .pro :
CONFIG += openssl-linked
Nothing... I do my test with a Microsoft 7 64bits computer
Do you have an idea ? Thank you very much