Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Solved TLS initialization failed

    General and Desktop
    2
    6
    260
    Loading More Posts
    • 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.
    • M
      Mikeeeeee last edited by

      Hi!
      Qt asked me to update SSL, I updated and then get an error: TLS initialization failed.
      How do I start working with https?

      qDebug() << QSslSocket::supportsSsl() << QSslSocket::sslLibraryBuildVersionString() << QSslSocket::sslLibraryVersionString();
      

      return: false "OpenSSL 1.1.1b 26 Feb 2019" ""

      1 Reply Last reply Reply Quote 0
      • M
        Mikeeeeee last edited by

        Or maybe I can remove the update in qt

        1 Reply Last reply Reply Quote 0
        • M
          Mikeeeeee last edited by

          I have installed "OpenSSL 1.1.1 28 May 2019".
          Now

          qDebug() << QSslSocket::supportsSsl() << QSslSocket::sslLibraryBuildVersionString() << QSslSocket::sslLibraryVersionString();
          

          return: true "OpenSSL 1.1.1b 26 Feb 2019" "OpenSSL 1.1.1c 28 May 2019"
          But my request does not work, although the browser worked

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            What version of Qt are you using ?

            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 Reply Quote 0
            • M
              Mikeeeeee last edited by

              I using 5,13

              1 Reply Last reply Reply Quote 0
              • M
                Mikeeeeee last edited by

                Something happened and earned itself

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post