Movatterモバイル変換


[0]ホーム

URL:



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

17.10. Secure TCP/IP Connections with GSSAPI Encryption#

Postgres Pro 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 inPostgres Pro is enabled at build time.

ThePostgres Pro 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 19.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; anotherPostgres Pro 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 19.6.)


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

[8]ページ先頭

©2009-2025 Movatter.jp