Document SSL PDO Connection Options

Created on 24 February 2013, over 11 years ago
Updated 17 April 2024, 2 months ago

Add documentation to sites/default/default.settings.php describing how to use the $databases[default][default][pdo] array to make a secure connection to a MySQL DB.

πŸ“Œ Task
Status

Needs work

Version

11.0 πŸ”₯

Component
DocumentationΒ  β†’

Last updated about 2 hours ago

No maintainer
Created by

πŸ‡ΊπŸ‡ΈUnited States JWSmith

Live updates comments and jobs are added and updated live.
  • Needs backport to D7

    After being applied to the 8.x branch, it should be considered for backport to the 7.x branch. Note: This tag should generally remain even after the backport has been written, approved, and committed.

  • Documentation

    Primarily changes documentation, not code. For Drupal core issues, select the Documentation component instead of using this tag. In general, component selection is preferred over tag selection.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡³πŸ‡΄Norway steinmb

    I am a little confused here. In ✨ PostgreSQL driver doesn't support SSL option Needs work is there indication that there is no SSL support but in this issue we have

    + * For requiring an SSL connection to a PostgreSQL database add:
    + * @code
    + * $databases['default']['default'] = array(
    + *   'init_commands' => array(
    + *     'sslmode' => 'require',
    + *   ),
    + * );
    
Production build 0.69.0 2024