Skip to content

add SSL connection check option#1107

Open
TatevikGr wants to merge 2 commits into
release-3.7.0from
ssl_mysql_connection
Open

add SSL connection check option#1107
TatevikGr wants to merge 2 commits into
release-3.7.0from
ssl_mysql_connection

Conversation

@TatevikGr
Copy link
Copy Markdown

@TatevikGr TatevikGr commented May 6, 2026

Description

This PR:

  • preserves the existing SSL behavior by default
  • adds option to connect using MYSQLI_CLIENT_SSL
  • adds option to set SSL cert for MySql user
$database_connection_ssl_force = true;
$database_connection_ssl_ca = '/path/to/ca.pem';

Related Issue

issue

Screenshots (if appropriate):

@TatevikGr TatevikGr force-pushed the ssl_mysql_connection branch 2 times, most recently from ddea17a to 24ff6bb Compare May 13, 2026 11:34
@TatevikGr TatevikGr force-pushed the ssl_mysql_connection branch from 24ff6bb to a5ef244 Compare May 13, 2026 12:02
@TatevikGr TatevikGr requested a review from bramley May 14, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants