Backend connections currently do not use SSL/TLS. For production: - MySQL: mysql_ssl_set() before connect - PostgreSQL: sslmode=require in connection string - Certificate verification - Client certificate authentication
Backend connections currently do not use SSL/TLS. For production: