Results 1 to 3 of 3

Thread: Https and windows

  1. #1
    Join Date
    Mar 2009
    Location
    Chisinau
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Post Https and windows

    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.

  2. #2
    Join Date
    Mar 2009
    Location
    Chisinau
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Post Re: Https and windows

    Now I see, the windows vista system doesn't support OpenSSL

  3. #3
    Join Date
    Mar 2009
    Location
    Chisinau
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default [solved] Re: Https and windows

    Had to provide ssleay32.dll

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.