Add the possibility to specify SSL-related parameters in test configuration

parent 47684963
...@@ -175,6 +175,11 @@ class TestUtil ...@@ -175,6 +175,11 @@ class TestUtil
'dbname', 'dbname',
'port', 'port',
'server', 'server',
'ssl_key',
'ssl_cert',
'ssl_ca',
'ssl_capath',
'ssl_cipher',
'unix_socket', 'unix_socket',
] as $parameter ] as $parameter
) { ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment