obj63mc/silverstripe-mysqlisslconnector

SilverStripe module to allow MySQLi SSL connection with CA certificate only

Installs: 11 659

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

0.0.9 2025-02-06 14:28 UTC

This package is auto-updated.

Last update: 2025-03-06 14:36:45 UTC


README

SilverStripe module to allow MySQLi SSL connection with CA certificate only

Setup -

  1. Install Module

     composer require obj63mc/silverstripe-mysqlisslconnector
    
  2. Place your CA certificate bundle in the root of your project folder '/' eg. $_SERVER['DOCUMENT_ROOT']

  3. Add an Environment variable for your CA filename eg.

     SSL_CA_FILENAME='rds-combined-ca-bundle.pem'
    

Once setup your DB will now be under an SSL Connection.