Re: [Proftpd-user] can't connect to mariadb database, when the user requires SSL after update from 1.3.9 to 1.3.9a
"TJ Saunders" <[email protected]> Tue, 28 Apr 2026 10:05:53 -0700
| Newsgroups | gmane.network.proftpd.user |
|---|---|
| Message-ID | <[email protected]> |
> I run the proftpd 1.3.9 with a mariadb backend. > In the database I force the use of ssl for mysql connection. > > After an update to version 1.3.9a the user can't login to the datebase > anymore. > > When I disable SSL on database (ALTER USER loginuser@'%' require none), > then proftpd can login with the version 1.3.9a. > > Is there a new parameter I have to the in the proftpd config file Hmm. This is unexpected. There was a change to the mod_sql_mysql implementation with regards to configuring the client side TLS setup, for connecting via TLS to a MySQL/MariaDB; see: https://github.com/proftpd/proftpd/issues/340 https://github.com/proftpd/proftpd/commit/89becd5eee7dc857580addd71459655cc59d507b However, there was no intended change of user-visible behavior; the goal was simply to use the newer API provided by the client library in order to maintain the same TLS behavior. I'll try to reproduce the behavior you're seeing locally, try to narrow down what might be happening. Cheers, TJ _______________________________________________ ProFTPD Users List <[email protected]> Unsubscribe problems? http://www.proftpd.org/list-unsub.html