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. ERROR: 55l_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -202
Qt 6.11 is out! See what's new in the release blog

ERROR: 55l_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -202

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 171 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.
  • S Offline
    S Offline
    sparmar
    wrote on last edited by
    #1

    Greetings

    We are facing a crash in a Qt application using Qt WebEngine for authentication on RHEL 8 with Qt 5.15.3.
    It prints the error message :
    ERROR: 55l_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -202

    Stack Trace (Relevant Part)
    The crash appears to happen during SSL initialization and certificate handling:
    OPENSSL_init_ssl
    QSslSocketPrivate::ensureLibraryLoaded()
    QSslCertificate::QSslCertificate(...)
    QtWebEngineCore::toCertificate(...)
    CertificateErrorControllerPrivate::CertificateErrorControllerPrivate(...)
    ContentBrowserClientQt::AllowCertificateError(...)

    It looks related to:
    OpenSSL initialization
    SSL certificate parsing
    Qt WebEngine certificate error handling

    Environment:
    OS: RHEL 8
    Qt Version: 5.15.3
    Qt WebEngine used for authentication flow
    OpenSSL 1.1.x (system library)

    Observations
    Crash happens during HTTPS authentication flow.
    Appears related to certificate error handling inside Qt WebEngine.
    Possibly OpenSSL / Qt SSL library mismatch or incompatible system libraries.

    Has anyone seen similar crashes on RHEL 8 with Qt 5.15.3 and Qt WebEngine?
    Any guidance would be appreciated.!

    Screenshot 2026-02-07 at 5.07.57 PM.png

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rosnalde
      Banned
      wrote last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      1
      • R Offline
        R Offline
        ructionsho
        Banned
        wrote last edited by ructionsho
        #3
        This post is deleted!
        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