Most RDBMS such as PostgreSQL and MySQL support TLS connections to encrypt the data on the wire between the application and the database. However there also seems to be applications here and there that don’t support TLS connections to the database server. Not the end of the world when your app is on the same server as the database server, but who does that? 😉 Read more