PDA

View Full Version : Https and windows



nicugh
19th March 2009, 12:52
Hello,

I'm working in application which is connecting to a server using a secure connection.

I'm using QHttp. I tested on Qt 4.5.0 and 4.4.3 in windows vista 32 bit, and 4.4.3 in Linux 64 bit.

My problem is that when connecting to the server in https mode in Linux everything works just fine.

In windows the server's reply contains nothing.
I checked for any ssl errors, it is never emitted. Also I checked the dataReadProgress and dataWriteProgress. The dataWriteProgress was emitted, while dataReadProgress no.

Below are the connection states, when connecting from windows:

State : 2 , Connecting
State : 3 , Sending
State : 4 , Reading
State : 6 , Closing
State : 0 , Unconnected

I don't know why this happens.

nicugh
19th March 2009, 12:57
Now I see, the windows vista system doesn't support OpenSSL

nicugh
19th March 2009, 13:25
Had to provide ssleay32.dll