Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. SSL in Standard Framework
Forum Update on Monday, May 27th 2025

SSL in Standard Framework

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 6.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shampoo
    wrote on 10 Nov 2011, 16:52 last edited by
    #1

    Hi

    I am having an issue with QNetworkManager and SSL. I am calling a Webservice and when the web service is deployed using https, my finished() slot is never called. This works fine under Mac and the same service also works fine when deployed using http.

    I did some searching and it appears this may be because Qt does not ship with SSL. Is this correct ? I have downloaded the Framework from here:

    http://qt.nokia.com/downloads/sdk-windows-cpp

    If this is the case, I assume my best best is to build Qt from source and include the OpenSSL libs ?

    Thanks so much

    J

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on 10 Nov 2011, 22:43 last edited by
      #2

      It could be sufficient to install the "OpenSSL":http://openssl.org/ libs on windows. Make sure that the DLLs are in the search path or copy them to the folder where your application .exe is. This should be sufficient.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cincirin
        wrote on 11 Nov 2011, 07:57 last edited by
        #3

        I have OpenSLL dll's included in Qt sdk, both for MinGW and VC. They are in QtSDK/Desktop/Qt/4.7.4/mingw or msvc2008/bin directory. As Volker said is sufficient to have libeay32.dll and ssleay32.dll in search path or in folder where your exe is.

        1 Reply Last reply
        0

        1/3

        10 Nov 2011, 16:52

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved