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

Certificate error is not triggered on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.10.1, 5.11
    • WebEngine
    • None
    • Windows 7
      Windows 10

    Description

      I can reproduce this with the following simple, python based https server: https://gist.github.com/dergachev/7028596

      Steps to reproduce:

      1. Download simple-https-server.py
      2. Generate custom certificate: openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes
      3. Start server: python simple-https-server.py
      4. Start simplebrowser and navigate to https://localhost:4443

      Expected Result:
      Certificate error dialog pops up due to untrusted certificate

      Actual Result:
      ERR_CONNECTION_REFUSED error page

      Notes

      • Chrome works as expected on the same machine
      • 5.10.1 and 5.11.0 beta4 sometimes works
      • Custom built 5.11 always fails but sometimes with timeout
      • Always works as expected on Linux

      Attachments

        Issue Links

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

          Activity

            People

              qt_webengine_team Qt WebEngine Team
              pvarga Peter Varga
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes