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

version_ssl_library seems to be incorrect in some cases

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Fix
    • 10.2.12, 10.1.31
    • N/A
    • SSL

    Description

      The version_ssl_library variable seems to be incorrect in some cases.

      For example, my RHEL 7 instance has the following OpenSSL version:

      $ cat /etc/redhat-release
      Red Hat Enterprise Linux Server release 7.2 (Maipo)
      $ rpm -qa | grep openssl
      openssl-libs-1.0.2k-12.el7.x86_64
      openssl-1.0.2k-12.el7.x86_64
      

      But version_ssl_library seems to refer to an older version:

      MariaDB [(none)]> SHOW GLOBAL VARIABLES LIKE 'version_ssl_library';
      +---------------------+---------------------------------+
      | Variable_name       | Value                           |
      +---------------------+---------------------------------+
      | version_ssl_library | OpenSSL 1.0.1e-fips 11 Feb 2013 |
      +---------------------+---------------------------------+
      1 row in set (0.00 sec)
      

      I did restart mysqld to ensure that it is not using an old version of OpenSSL that has been upgraded.

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              GeoffMontee Geoff Montee (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.