Skip to content

Commit db6ddd9

Browse files
committed
Fix #24
1 parent b1e7ab9 commit db6ddd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PostgreSQL supports 4 modes for establishing encrypted connections, documented b
3535

3636
| Mode | Description |
3737
|-|-|
38-
| `disable` | TLS connections are disabled. Client will connect using plain TCP. |
38+
| `disabled` | TLS connections are disabled. Client will connect using plain TCP. |
3939
| `prefer` | If PgDog/PostgreSQL support encryption, it will be used. If not, connections will be made using plain TCP. Any certificate will be accepted. This is often used with self-signed certificates. |
4040
| `verify-ca` | Encryption will be used and if not supported, the connection attempt will be aborted. Additionally, the client will verify the validity of the certificate against a trusted anchor, e.g., local certificate store. |
4141
| `verify-full` | In addition to verifying the certificate, the client will ensure the hostname provided matches the hostname on the certificate. |

0 commit comments

Comments
 (0)