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 6.6.0 TLS Invalid Token
Qt 6.11 is out! See what's new in the release blog

Qt 6.6.0 TLS Invalid Token

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 483 Views 2 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.
  • sbelaS Offline
    sbelaS Offline
    sbela
    wrote on last edited by sbela
    #1

    Hi! I have running into a bug with the TLS back-end plugin in
    the qtls_schannel.cpp at line 1599 with MSVC

            } 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(?)
    

    It comes in every few days sometimes in a week.
    I do not know how to break here instead of an assert ?!
    I do not want to rebuild to whole qtbase for this only if there is no other solution.
    I am using this to communicate with the Viber REST API through QHttpServer . (I know that is Technology Preview).

    Thank you!

    I would like!

    SGaistS 1 Reply Last reply
    0
    • sbelaS sbela

      Hi! I have running into a bug with the TLS back-end plugin in
      the qtls_schannel.cpp at line 1599 with MSVC

              } 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(?)
      

      It comes in every few days sometimes in a week.
      I do not know how to break here instead of an assert ?!
      I do not want to rebuild to whole qtbase for this only if there is no other solution.
      I am using this to communicate with the Viber REST API through QHttpServer . (I know that is Technology Preview).

      Thank you!

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      It does seem a bit extreme to kill the application. I think it warrants to be discussed in a bug report.

      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

      • Login

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