Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-118458

TLS Invalid Token

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.2.12, 6.5.4, 6.6.2, 6.7.0 FF
    • 6.6.0
    • Network: SSL
    • None
    • Windows 12, MSVC 2022, Qt 6.6.0
    • Windows
    • 668ce80e9 (dev), 4a1f51177 (6.6), 1d66691f8 (tqtc/lts-6.5), dc10bfa2f (tqtc/lts-6.2)

    Description

      I have the SEC_E_INVALID_TOKEN error coming up form the qtls_schannel.cpp (at line 1599 with MSVC) in every few days or weeks and kills my application with Q_UNREACHABLE:

              } else if (status == SEC_E_INVALID_TOKEN) {
                  qCWarning(lcTlsBackendSchannel, "Got SEC_E_INVALID_TOKEN!");
                  Q_UNREACHABLE(); // Happened once due to a bug, but shouldn't generally happen(?) 

      I have to rebuild the whole qtbase if I want to change this to be non-fatal ?

      I am using the TLS plugin through the QHttpServer with the Viber REST API.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            manordheim Mårten Nordheim
            sbela Sebestyén Béla
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes