domainmod icon indicating copy to clipboard operation
domainmod copied to clipboard

Add support for MySQL servers that require encrypted connections.

Open scottmckenzie opened this issue 10 months ago • 0 comments

This PR allows connecting to MySQL servers that require encrypted connections (option require-secure-transport=ON).

To use:

  • Set $dbsslca to the full path of a file that contains list of trusted SSL Certificate Authorities.
  • Set $dbsslcapath to a directory that contains trusted SSL Certificate Authority certificate files.
  • Set $dbsslverifycert to false to disable verification of the server SSL certificate.

scottmckenzie avatar Mar 31 '24 20:03 scottmckenzie