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

Fix SSL test failure on Ubuntu

    • Fully Compatible
    • ALL
    • v4.2
    • Hide

      buildscripts/resmoke.py --suites=ssl jstests/ssl/ssl_alert_reporting.js

      Show
      buildscripts/resmoke.py --suites=ssl jstests/ssl/ssl_alert_reporting.js
    • Security 2019-12-30, Security 2019-01-13
    • 50

      SERVER-44620 introduced an isDebian10 function to ssl_helpers.js that verifies Debian version from the file /etc/debian_version. This was under the assumption that this file only exists on Debian systems, and not derivatives. On Ubuntu 18.04, the file exists and contains "buster/sid", which causes ssl_alert_reporting.js to attempt the test with TLS 1.3, which is not supported on Ubuntu 18.04. This causes a test failure.

            Assignee:
            adam.cooper@mongodb.com Adam Cooper (Inactive)
            Reporter:
            adam.cooper@mongodb.com Adam Cooper (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: