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. Qt.Network.SSL Error
Forum Update on Monday, May 27th 2025

Qt.Network.SSL Error

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 1.5k 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.
  • R Offline
    R Offline
    RSurya
    wrote on 28 Mar 2017, 13:23 last edited by
    #1

    Hi All,

    BTW , I see few of the threads are already exist in the forum, but have not been conclusive for me.

    I have a question on the openSSL Errors such as qt.network.ssl
    I am working on some qt project somewhere else. Whenever,I try to download some XML file kept in the encrypted webserver(HTTPS) from Qt app as a web client through
    Application,I am getting below error:
    qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
    [4156] qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
    [4156] qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
    [4156] qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
    [4156] qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
    However, I tried the following as per Google searches.
    downloaded and installed latest version of openSSL version 1.0.2 for windows.
    Added this library to windows path.
    copied the libeay32.dll and ssl.d all to both place where my application exe is and also in to Qt's bin directory
    added hard coded lib paths in the my application's.pro file using LIBS +="actual path to DLLs".
    None of the above methods are fixing the above mentioned SSL warnings even if I can suppress warnings, the required file is not getting downloaded.
    BTW, I am using Qt 5.7.0 with MSVC 2013 compiler on Windows 7 64 bit enterprise mode.

    Hope to recieve some conclusive feedbacks.
    Thanks in advance

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 28 Mar 2017, 21:02 last edited by SGaist
      #2

      Hi and welcome to devnet,

      Might be a silly questions but did you download a VS2013 build of OpenSSL ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • R Offline
        R Offline
        RSurya
        wrote on 30 Mar 2017, 06:08 last edited by
        #3

        Hi,

        Thanks for the reply. I have tried in general openssl-1.0.2i-x64_86-win64 not specific to any compiler. I will revert to you by installing the openssl-1.1.0e-vs2013 package.

        1 Reply Last reply
        0

        1/3

        28 Mar 2017, 13:23

        • 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