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 5.13.0 Open ssl not working mingw 7.3.0

QT 5.13.0 Open ssl not working mingw 7.3.0

Scheduled Pinned Locked Moved Solved General and Desktop
7 Posts 2 Posters 661 Views 1 Watching
  • 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.
  • W Offline
    W Offline
    wimschuiteman
    wrote on last edited by aha_1980
    #1

    I am trying to use QNetworkAccessManager with SSL but it is not working.

    qDebug() << "Support SSL: " << QSslSocket::supportsSsl()
    << "\nLib Version Number: " << QSslSocket::sslLibraryVersionNumber()
    << "\nLib Version String: " << QSslSocket::sslLibraryVersionString()
    << "\nLib Build Version Number: " << QSslSocket::sslLibraryBuildVersionNumber()
    << "\nLib Build Version String: " << QSslSocket::sslLibraryBuildVersionString();
    Result is:

    Support SSL: false
    Lib Version Number: 0
    Lib Version String: ""
    Lib Build Version Number: 269488175
    Lib Build Version String: "OpenSSL 1.1.1b 26 Feb 2019"
    I have tried to install openssl openssl-1.1.1c.tar.gz from https://www.openssl.org/source/ But this didn't work.

    Regards,
    Wim

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

      Hi,

      How did you build OpenSSL ?
      Where did you put it on your system ?

      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
      • W Offline
        W Offline
        wimschuiteman
        wrote on last edited by
        #3

        Thanks for your fast reply
        No didn't build openssl. I have try to use almost all version from slproweb

        Regards,
        Wim

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

          Where did you store the dlls ?

          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
          • W Offline
            W Offline
            wimschuiteman
            wrote on last edited by wimschuiteman
            #5

            In xxx-Desktop_Qt_5_13_0_MinGW_32_bit-Debug\debug

            libeay32.dll
            libssl32.dll
            ssleay32.dll

            Regards,
            Wim

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

              Did you try these MinGW builds ?
              The links comes from the OpenSSL website.

              You can't mix and match C++ libraries built with MinGW and Visual Studio.

              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
              3
              • W Offline
                W Offline
                wimschuiteman
                wrote on last edited by
                #7

                Thank, you really saved my day. Now it works

                Regards,
                Wim

                1 Reply Last reply
                1

                • Login

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