stable

Clone or download

Read-only

MySQL setup commands can deal with encrypted connections

The implementation is on par with what application supports in term of configuration. The setup is not yet usable with encrypted, command should be tested manually. Part of story #14768 have a tuleap enterprise edition docker image production ready Change-Id: Ia802e0bb3b9c886c59b1297a84f4ea2060db6f77

Modified Files

Name
M Makefile +5 −1 Go to diff View file
M src/tuleap-cfg/Command/SetupMysql/ConnectionManager.php +33 −5 Go to diff View file
A src/tuleap-cfg/Command/SetupMysql/InvalidSSLConfigurationException.php +32 −0 Go to diff View file
A src/tuleap-cfg/Command/SetupMysql/MysqlCommandHelper.php +87 −0 Go to diff View file
M src/tuleap-cfg/Command/SetupMysqlCommand.php +27 −4 Go to diff View file
M src/tuleap-cfg/Command/SetupMysqlInitCommand.php +41 −6 Go to diff View file