Skip to content

Commit 54652ac

Browse files
authored
document tls_client_required setting (#39)
1 parent 8e6e511 commit 54652ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/configuration/pgdog.toml/general.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ Default: **none**
7777
!!! note
7878
This setting cannot be changed at runtime.
7979

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+
8086
### `tls_verify`
8187

8288
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

Comments
 (0)