Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-31384

TLS/SSL errors after MariaDB-10.5.20 rebase

Details

    Description

      A lot of tests from test suite started to fail with two common errors:
      1) `'TLS/SSL error: shutdown while in init', instead of 0`
      -> 10 tests
      2) `TLS/SSL error: unexpected eof while reading`
      -> 56 tests

      I can provide a complete list of the tests if needed.

      Attachments

        Issue Links

          Activity

            Looks like this issue is related: MDEV-30587

            ljavorsk Lukas Javorsky added a comment - Looks like this issue is related: MDEV-30587
            danblack Daniel Black added a comment -

            Ack, reproduce with fc38 and using --ssl as a MTR option. Fix in review in MDEV-30587

            danblack Daniel Black added a comment - Ack, reproduce with fc38 and using --ssl as a MTR option. Fix in review in MDEV-30587

            It's not really a bug. We don't run mysql-test-run.pl with the --ssl option, so tests aren't prepared for that. OpenSSL 3.x returns a different error message when a connection suddenly disappears. It is a reasonable error message, so we didn't try to hide it and replace with the old one.

            Still, many tests that kill the server expect the client to return a certain error when the server disappears. When you run with --ssl and OpenSSL 3.x, this error changes to something that non-ssl tests don't expect. This is normal, although we'll likely update tests to expect the additional error too.

            serg Sergei Golubchik added a comment - It's not really a bug. We don't run mysql-test-run.pl with the --ssl option, so tests aren't prepared for that. OpenSSL 3.x returns a different error message when a connection suddenly disappears. It is a reasonable error message, so we didn't try to hide it and replace with the old one. Still, many tests that kill the server expect the client to return a certain error when the server disappears. When you run with --ssl and OpenSSL 3.x, this error changes to something that non-ssl tests don't expect. This is normal, although we'll likely update tests to expect the additional error too.

            People

              Unassigned Unassigned
              ljavorsk Lukas Javorsky
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.