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

TLSv1.1 not working

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • 10.0.29, 10.1.31
    • N/A
    • SSL
    • None
    • CloudLinux 6, OpenSSL 1.0.1e-fips 11 Feb 2013

    Description

      On my versions of MariaDB, turning on TLSv1.1 doesn't work.
      I can use:

      ssl_cipher = TLSv1.2
      

      Now tls works fine, with version 1.2
      I can also use

      ssl_cipher = TLSv1.1,TLSv1.2
      

      But now still only tls 1.2 works.
      If I use

      ssl_cipher = TLSv1.1
      

      Then tls stops working, and SHOW VARIABLES LIKE '%ssl%'; gives:

      +---------------------+----------------------------------------------------+
      | Variable_name       | Value                                              |
      +---------------------+----------------------------------------------------+
      | have_openssl        | YES                                                |
      | have_ssl            | DISABLED                                           |
      | ssl_ca              |                                                    |
      | ssl_capath          |                                                    |
      | ssl_cert            | /etc/pki/tls/certs/webhostingserver.nl.fullchain   |
      | ssl_cipher          | TLSv1.1,TLSv1.3                                    |
      | ssl_crl             |                                                    |
      | ssl_crlpath         |                                                    |
      | ssl_key             | /etc/pki/tls/private/webhostingserver.nl.mysql.key |
      | version_ssl_library | OpenSSL 1.0.1e-fips 11 Feb 2013                    |
      +---------------------+----------------------------------------------------+
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            shoentjen Sander Hoentjen
            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.