Gabriel PREDA
Gabriel PREDA
Merged but there is an incoming PR (#200) that modifies the file a little. File might need update.
@roumano - did you had any chance to test this?
`wsrep_provider_options` is not additive even though it is a dynamic variable. As per MariaDB documentation: ```Options need to be provided as a semicolon (;) separated list on a single line.```...
What kind of SSL certs are you using?
You can test this by moving the task "WSREP TLS encryption settings" to be first in the "block:". The change will make the SSL declarations to be at the beginning....
Then: ``` SHOW VARIABLES LIKE 'wsrep_provider_options' ``` Not interested in what's in the file but rather what the server is running with.
There is also this » https://github.com/codership/galera/issues/571
But 1st let's be sure the old servers are actually using the cert part. I also don't think that the entries in `wsrep_provider_options` need to be in a particular order.
Works for me! Thank you for your work @moreati!