PDA

View Full Version : problem with ssl in other mashines



nedlab
21st September 2009, 23:08
Hi! My application is a https client whis build-in certifecates. I am using Qhttp + QSslSocket (http->setSocket(..)). It is work on my own mashine (Windows Xp + VS 2005 + Qt 4.4.1) either debug or release modes. But when i started testing on other mashines nothing works. I have "http request failed" error. Snifer told that connection breaks on stage of TCP handshake !!!! And under the initiative of the client!! Please? help! :confused:

nedlab
22nd September 2009, 09:17
i have very important news: on the problem machines QSslSocket::supportsSsl() return false !! What need I do ???

nedlab
22nd September 2009, 11:05
i have very important news: on the problem machines QSslSocket::supportsSsl() return false !! What need I do ???

Ok, I need to have two openSSL libraries: libeay32.dll and ssleay32.dll.

Thanks to ME )))