Thomas K
Thomas K

Reputation: 1117

Qt Error Creating SSL context on few computer

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 :

Nothing... I do my test with a Microsoft 7 64bits computer

Do you have an idea ? Thank you very much

Upvotes: 0

Views: 2442

Answers (1)

Thomas K
Thomas K

Reputation: 1117

I found the solution, you have to add three dll :

  • libssl32.dll
  • ibeay32.dll
  • ssleay32.dll

BUT take these libraries from the Qt directory (example C:\QtSDK\Desktop\Qt\4.8.1\mingw\bin) not from System32...

Upvotes: 1

Related Questions