Details

    • Improvement
    • Resolution: Fixed
    • Major
    • None
    • Community Edition
    • API
    • None

    Description

      Hi,

       

      currently it is not possible to connect to a MySQL database via SSL. The attached path provides this functionality.

       

      Bye

      Attachments

        Activity

          [OBS-3221] Allow MySQL connection with SSL
          Talkabout Talkabout added a comment - - edited

          Hi Mike,

          thats great, thanks! When this will be rolled out in community edition?

          Bye

          Talkabout Talkabout added a comment - - edited Hi Mike, thats great, thanks! When this will be rolled out in community edition? Bye

          Thanks, support added in r10266 (currently in Pro).

          But config options little different:

          // Optionally SSL (only for MySQLi)
          $config['db_ssl']           = FALSE;       // If TRUE mysql connection uses ssl (only available with mysqli engine)
          $config['db_ssl_verify']    = TRUE;        // disables SSL certificate validation on mysqlnd
          #$config['db_ssl_key']       = '';          // path to ssl key file
          #$config['db_ssl_cert']      = '';          // path to ssl certificate file
          #$config['db_ssl_ca']        = '';          // path to ssl ca file
          #$config['db_ssl_ca_path']   = '';          // path to ca files
          #$config['db_ssl_ciphers']   = '';          // allowed ciphers to use for ssl connection
          

          landy Mike Stupalov added a comment - Thanks, support added in r10266 (currently in Pro). But config options little different: // Optionally SSL (only for MySQLi) $config['db_ssl'] = FALSE; // If TRUE mysql connection uses ssl (only available with mysqli engine) $config['db_ssl_verify'] = TRUE; // disables SSL certificate validation on mysqlnd #$config['db_ssl_key'] = ''; // path to ssl key file #$config['db_ssl_cert'] = ''; // path to ssl certificate file #$config['db_ssl_ca'] = ''; // path to ssl ca file #$config['db_ssl_ca_path'] = ''; // path to ca files #$config['db_ssl_ciphers'] = ''; // allowed ciphers to use for ssl connection

          People

            landy Mike Stupalov
            Talkabout Talkabout
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: