doc(pg): clarify use of standard TLS with SNI and ALPN

This commit is contained in:
AJ ONeal
2024-12-24 23:41:33 +00:00
parent 9cd3da8a25
commit 0019ba1bd8
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ To login: \
# as Postgres admin
psql "postgres://postgres:postgres@localhost:5432/postgres"
# as remote user
# as remote user (over standard TLS and SNI, with ALPN set to 'postgresql')
psql "postgres://db-xxxx@pg-1.example.com:5432/db-xxxx?sslmode=require&sslnegotiation=direct"
```