-
Hey everyone, actually trying to move the Database from standalone MariaDB Server to our PXC cluster. The cluster requires SSL connection so we need to place a client certificate and configuration. As i checked the default pdns group is "client" - so i created
But still getting error, that SSL is required:
Its definetly the client thats having an issue, cause i tested that user on another (mysql 8) client (instead of pdns mariadb client) and there it works fine. The cert files having the correct user/group/permission. Do i forgot something? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
What version of pdns on what operating system/distro version etc.? |
Beta Was this translation helpful? Give feedback.
-
dang it, forgot it:
general conf:
backend conf:
//Edit So actually what i can see - there is no mysql client installed anyway. Just the pdns gmysql backend (and deps like mysql/mariadb-common) as package from official repo - but thats should be enough? It brings the /etc/mysql folder with its configuration files. Since the ssl.cnf is contained in the conf.d, it is read as a general configuration that affects the use of both the mysql and the mariadb client. According to the documentation, the default group is client, which should also fit. |
Beta Was this translation helpful? Give feedback.
-
I wanted to find out if there is anything new about this? |
Beta Was this translation helpful? Give feedback.
can you try putting your settings in
my.cnf
, instead of an include file not namedmy.cnf
?