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: articles/postgresql/flexible-server/concepts-networking-ssl-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
@@ -80,7 +80,7 @@ There are many connection parameters for configuring the client for SSL. Few imp
80
80
|disable | Encryption isn't used|
81
81
|allow | Encryption is used if f server settings require\enforce it|
82
82
|prefer | Encryption is used if server settings allow for it|
83
-
|require | Encryption is used. This ensures that the server is configured to accept SSL connections for this Host/IP address and that the server recognizes the client certificate.|
83
+
|require | Encryption is used. This ensures that the server is configured to accept SSL connections for this HostIP address and that the server recognizes the client certificate.|
84
84
|verify-ca| Encryption is used. Moreover, verify the server certificate signature against certificate stored on the client|
85
85
|verify-full| Encryption will be used. Moreover, verify server certificate signature and host name against certificate stored on the client|
0 commit comments