Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-38789

Accept connection failure on Windows in ssl_alert_reporting.js

    • Fully Compatible
    • v4.0, v3.6
    • Security 2019-01-28
    • 11

      Windows sometimes observes connection failures instead of TLS alert packets in ssl_alert_reporting.js. This is because the server writes the packet, then issues a shutdown with SD_BOTH. Because there is data in the receive queue, this causes the server to emit an RST packet. This can pre-empt the client's handling of the written packet.

      On Windows, we should retry the test, if we encounter a connection failure.

            Assignee:
            isabella.siu@mongodb.com Isabella Siu (Inactive)
            Reporter:
            spencer.jackson@mongodb.com Spencer Jackson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: