You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certificate verification with `sslmode=verify-ca` or `sslmode=verify-full` is not currently supported.
313
+
314
+
### Limitations
315
+
316
+
LocalStack currently enables SSL/TLS connections for PostgreSQL DB instances, but does not enforce SSL-only connections.
317
+
The `rds.force_ssl` parameter is accepted for compatibility, but it is not enforced.
318
+
Clients can still connect without SSL.
319
+
320
+
:::note
321
+
The PostgreSQL `pg_stat_ssl` view always reports `ssl = false`, even when the client connection is encrypted.
322
+
:::
323
+
298
324
## Global Database Support
299
325
300
326
LocalStack extends support for [Aurora Global Database](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html) with certain limitations:
0 commit comments