Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
18.10. Secure TCP/IP Connections with GSSAPI Encryption
Prev UpChapter 18. Server Setup and OperationHome Next

18.10. Secure TCP/IP Connections with GSSAPI Encryption#

PostgreSQL also has native support for usingGSSAPI to encrypt client/server communications for increased security. Support requires that aGSSAPI implementation (such as MIT Kerberos) is installed on both client and server systems, and that support inPostgreSQL is enabled at build time (seeChapter 17).

18.10.1. Basic Setup#

ThePostgreSQL server will listen for both normal andGSSAPI-encrypted connections on the same TCP port, and will negotiate with any connecting client whether to useGSSAPI for encryption (and for authentication). By default, this decision is up to the client (which means it can be downgraded by an attacker); seeSection 20.1 about setting up the server to require the use ofGSSAPI for some or all connections.

When usingGSSAPI for encryption, it is common to useGSSAPI for authentication as well, since the underlying mechanism will determine both client and server identities (according to theGSSAPI implementation) in any case. But this is not required; anotherPostgreSQL authentication method can be chosen to perform additional verification.

Other than configuration of the negotiation behavior,GSSAPI encryption requires no setup beyond that which is necessary for GSSAPI authentication. (For more information on configuring that, seeSection 20.6.)


Prev Up Next
18.9. Secure TCP/IP Connections with SSL Home 18.11. Secure TCP/IP Connections withSSH Tunnels
pdfepub
Go to PostgreSQL 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp