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
Copy file name to clipboardExpand all lines: docs/features/tls.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ PostgreSQL supports 4 modes for establishing encrypted connections, documented b
35
35
36
36
| Mode | Description |
37
37
|-|-|
38
-
|`disable`| TLS connections are disabled. Client will connect using plain TCP. |
38
+
|`disabled`| TLS connections are disabled. Client will connect using plain TCP. |
39
39
|`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. |
40
40
|`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. |
41
41
|`verify-full`| In addition to verifying the certificate, the client will ensure the hostname provided matches the hostname on the certificate. |
0 commit comments