We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6e511 commit 54652acCopy full SHA for 54652ac
docs/configuration/pgdog.toml/general.md
@@ -77,6 +77,12 @@ Default: **none**
77
!!! note
78
This setting cannot be changed at runtime.
79
80
+### `tls_client_required`
81
+
82
+Reject clients that connect without TLS. Consider setting this to `true` when using the `enabled_plain` mode of [passthrough_auth](#passthrough_auth).
83
84
+Default: **`false`** (disabled)
85
86
### `tls_verify`
87
88
How to handle TLS connections to Postgres servers. By default, PgDog will attempt to establish TLS and will accept _any_ server certificate.
0 commit comments