obj63mc / silverstripe-mysqlisslconnector
SilverStripe module to allow MySQLi SSL connection with CA certificate only
Package info
github.com/obj63mc/silverstripe-mysqlisslconnector
Type:silverstripe-vendormodule
pkg:composer/obj63mc/silverstripe-mysqlisslconnector
1.0.0
2025-08-21 13:42 UTC
Requires
README
SilverStripe module to allow MySQLi SSL connection with CA certificate only
Setup -
-
Install Module
composer require obj63mc/silverstripe-mysqlisslconnector -
Place your CA certificate bundle in the root of your project folder '/' eg. $_SERVER['DOCUMENT_ROOT']
-
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.