Ensure server parameter 'require_secure_transport' is set to 'ON' for PostgreSQL flexible server
Why This Matters
Requiring SSL transport for PostgreSQL flexible servers ensures all data sent between clients and the database is encrypted. Without this setting, connections default to unencrypted communication which leaves sensitive data vulnerable to interception or tampering by attackers. Enforcing secure transport protects your database from man-in-the-middle attacks and helps you meet compliance requirements for data protection in transit.
What Aether365 Checks
Aether365 verifies that the server parameter require_secure_transport is enabled (set to ON) for each Azure PostgreSQL flexible server. This check appears in your Aether365 dashboard under the azure-postgresql-server section.