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

[REG 5.15.0 -> 5.15.2] OCSP is used even if not enabled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.15.5
    • 5.15.2
    • WebEngine
    • None
    • Linux/X11
    • a7d3b4cb07dd41ae020bdfa2973096332b9d4396 (qt/qtwebengine/5.15), 19c617953 (134-based-refactor)

      It looks like with QtWebEngine 5.15.2, OCSP is always used, even if setUseForGlobalCertificateVerification was never called on any profile.

      This can be observed by running e.g. Wireshark (or tcpdump, though I haven't tried), filtering for ocsp and running simplebrowser.

      Alternatively, drop outgoing HTTP packets entirely with something like sudo iptables -A OUTPUT -p tcp --dport 80 -j DROP and you will see HTTPS connections failing.

        For Gerrit Dashboard: QTBUG-91467
        # Subject Branch Project Status CR V

            qt_webengine_team Qt WebEngine Team
            the compiler Florian Bruhin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes