Skip to content

Commit b7de59c

Browse files
Merge pull request #226306 from GennadNY/gennadyk897
Update concepts-networking.md
2 parents d979950 + 8739af1 commit b7de59c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/postgresql/flexible-server/concepts-networking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ All incoming connections that use earlier versions of the TLS protocol, such as
213213
[Certificate authentication](https://www.postgresql.org/docs/current/auth-cert.html) is performed using **SSL client certificates** for authentication. In this scenario, PostgreSQL server compares the CN (common name) attribute of the client certificate presented, against the requested database user.
214214
**Azure Database for PostgreSQL - Flexible Server does not support SSL certificate based authentication at this time.**
215215

216+
To determine your current SSL connection status you can load the [sslinfo extension](concepts-extensions.md) and then call the `ssl_is_used()` function to determine if SSL is being used. The function returns t if the connection is using SSL, otherwise it returns f.
216217

217218

218219
## Next steps

0 commit comments

Comments
 (0)