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. Some users get SSL error (only) on 5.15.2 (LTS)
QtWS25 Last Chance

Some users get SSL error (only) on 5.15.2 (LTS)

Scheduled Pinned Locked Moved Unsolved General and Desktop
opensslbugqnetworkreplyqnetwork
2 Posts 2 Posters 466 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.
  • I Offline
    I Offline
    iiiCpu
    wrote on 25 Jan 2022, 05:15 last edited by
    #1

    Some of my users on Windows get following error in requests for certain page

    Error while reading: error:0609E09C:digital envelope routines:pkey_set_type:unsupported algorithm, error:0B09406F:x509 certificate routines:x509_pubkey_decode:unsupported algorithm
    

    Strangely, this error falls into QNetworkReply::errorString with QNetworkReply::UnknownNetworkError code, not into QNetworkReply::sslErrors.
    This error usually occurs while accessing GOST or other rare cryptography. But certificate for site states sha256RSA is used. At least, for Chrome and cURL.
    OpenSSL binaries version does not affects the error. Tested 1.1.1f and 1.1.1i and 1.1.1m.
    Also, this error occurs only in 5.15.2. Stepping down to 5.12.12 solves the issue. I'm currently moving to Qt 6 and it's no small task.

    I highly doubt there's any simple solution there. So, I'm asking what extra data I might collect for a bug report? Assuming it's on users' PCs, and I'm very limited in tools.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 25 Jan 2022, 20:56 last edited by
      #2

      Hi,

      A minimal compilable example would be nice for the bug report.

      Did you also check with Qt 5.15.0 and 5.15.1 ? Just in case it something that changed with 5.15.2.

      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

      1/2

      25 Jan 2022, 05:15

      • Login

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