Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-19032 make displaying SSL errors possible without stalling QNetworkAccessManager
  3. QTBUG-25770

Create configurable API for handling QNetworkReply::sslErrors signal

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Unresolved
    • P2: Important
    • 5.2.0
    • Network, Network: SSL
    • None

    Description

      opt-in, to maintain backward compatibility (using QNetworkRequest::Attribute)
      QNetworkReplyHttpImplPrivate::replySslErrors needs two code paths depending if this option is set or not

      • synchronous path is as before
      • asynchronous path returns after emitting the signal
        QNetworkReply needs a new slot to be called by the applicaion when a decision has been made
      • this resumes where QNetworkReplyHttpImplPrivate::replySslErrors left off.
      • to avoid code duplication, QNetworkReplyHttpImplPrivate::replySslErrors may call this directly for the synchronous path.

      Attachments

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

        Activity

          People

            cnn Qt Core & Network
            shkearns Shane Kearns
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes