issues
search
nixys
/
nxs-backup
The tool for creating, delivering and rotating backups for GNU/Linux distributions.
https://nxs-backup.io
Apache License 2.0
256
stars
13
forks
source link
fix(#92): Add MySQL SSL support
#97
Closed
randreev1321
closed
1 month ago
randreev1321
commented
1 month ago
Changes:
Added parameters (SSLCA, SSLCert, SSLKey) to support MySQL SSL connections.
Implemented TLS configuration in mysql_connect.go.
Extended connection struct to include SSL parameters in jobs_init.go and conf.go.
Changes: