Skip to content

Commit 49fac79

Browse files
Change SSL to TLS.
1 parent 4b2222a commit 49fac79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/concepts-ssl-connection-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In some cases, applications require a local certificate file generated from a tr
4949

5050
### Connect using psql
5151

52-
The following example shows how to connect to your PostgreSQL server using the psql command-line utility. Use the `sslmode=verify-full` connection string setting to enforce TLS certificate verification. Pass the local certificate file path to the `sslrootcert` parameter.
52+
The following example shows how to connect to your PostgreSQL server using the psql command-line utility. Use the `sslmode=verify-full` connection string setting to enforce TLS/SSL certificate verification. Pass the local certificate file path to the `sslrootcert` parameter.
5353

5454
The following command is an example of the psql connection string:
5555

0 commit comments

Comments
 (0)