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. QSslSocket: cannot call unresolved function SSLv23_client_method
QtWS25 Last Chance

QSslSocket: cannot call unresolved function SSLv23_client_method

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 2 Posters 2.8k 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.
  • N Offline
    N Offline
    nicholaslee
    wrote on last edited by
    #1

    QSslSocket: cannot call unresolved function SSLv23_client_method
    QSslSocket: cannot call unresolved function SSL_CTX_new
    QSslSocket: cannot call unresolved function SSL_library_init
    QSslSocket: cannot call unresolved function ERR_get_error
    QSslSocket: cannot call unresolved function ERR_get_error

    ^^I've been getting the above error ^^

    Googled around and the common solution was to shift ->
    libeay32.dll
    ssleay32.dll
    from -> C:\QT\Tools\mingw530_32\opt\bin
    to -> C:\QT\Tools\mingw530_32\bin

    but i still get the above error :( can anyone help me with this?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Which version of OpenSSL did you get ?

      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
      1
      • N Offline
        N Offline
        nicholaslee
        wrote on last edited by
        #3

        Hi, I have this version on my windows:
        Win32OpenSSL_Light-1_1_0h

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Then you should downgrade to the OpenSSL 1.0 series.

          1.1 broke API/ABI compatibility. There's a backend supporting 1.1 since 5.11 but you'll have to build it yourself.

          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
          1
          • N Offline
            N Offline
            nicholaslee
            wrote on last edited by
            #5

            Downgraded to 1.0 and it worked. Thank you so much! ^^

            1 Reply Last reply
            0

            • Login

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