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

Status variable ssl_version returns wrong information

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.4
    • 10.4
    • SSL
    • None

    Description

      When connecting to MariaDB server (build with Yassl) ssl_version always returns "TLSv1"
      even if the protocol is "TLSv1.1".

      How to repeat:

      $ ../client/mysql -uroot -P16000 -h127.0.0.1 --ssl  -e"show status like 'ssl_version'"
      +---------------+-------+
      | Variable_name | Value |
      +---------------+-------+
      | Ssl_version   | TLSv1 |
      +---------------+-------+

      If you analyze the traffic with wireshark, you can clearly see that client and server agreed on TLSv1.1 and not on TLSv1(.0).

      Attachments

        Activity

          People

            serg Sergei Golubchik
            georg Georg Richter
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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