Re: [Postfixadmin-devel] MySQL SSL connection
Brought to you by:
christian_boltz,
gingerdog
From: Christian B. <pos...@cb...> - 2016-10-02 20:49:30
|
Hello, Am Sonntag, 18. September 2016, 17:21:43 CEST schrieb Lee Clemens: > Is it possible to create a MySQL connection using SSL? It doesn't seem > the config options will be passed on to the underlying MySQL client > library. No, we don't have code for that. If you want to implement it yourself, have a look at functions.inc.php, function db_connect(). I can't promise that we'll add this to the official code [1], but you'll increase the chance if you send a patch ;-) Regards, Christian Boltz [1] I'd guess that most people connect to a MySQL server running on localhost, which makes SSL superfluous. -- Merke: die Nutzer von Facebook sind nicht "Kunden". Sie sind die Ware. [Konni Scheller] |