About 9,640 results
Open links in new tab
  1. 18.9. Secure TCP/IP Connections with SSL - PostgreSQL

    Feb 26, 2026 · The server will listen for both normal and SSL connections on the same TCP port, and will negotiate with any connecting client on whether to use SSL. By default, this is at the client's …

  2. How to use “psql” to connect to PostgreSQL in SSL mode?

    The use of SSL can be driven by the sslmode=value option on the command line or the PGSSLMODE environment variable, but the default being prefer, SSL connections will be tried first automatically …

  3. Enabling and Enforcing SSL/TLS for PostgreSQL Connections

    Jul 5, 2025 · By replacing host with hostssl in your pg_hba.conf rules, you instruct PostgreSQL to require SSL for those connections.

  4. How to Secure PostgreSQL with SSL/TLS - oneuptime.com

    Jan 21, 2026 · Securing PostgreSQL connections with SSL/TLS protects data in transit from eavesdropping and man-in-the-middle attacks. This guide covers complete SSL/TLS setup for both …

  5. How to Configure PostgreSQL SSL Connection - bytebase.com

    This tutorial shows you how to configure PostgreSQL SSL connection using self-signed certificates. You'll learn to: 1. Generate SSL certificates (CA, server, cl...

  6. How to Configure SSL on PostgreSQL - Cherry Servers

    Oct 31, 2022 · By default, PostgreSQL listens on port 5432 and you can confirm this by running the following ss command. You should get the following output which confirms that everything is working …

  7. Secure TCP/IP Connections with SSL - sql.org

    The server will listen for both standard and SSL connections on the same TCP/IP port, and will negotiate with any connecting client on whether to use SSL. See Chapter 6 about how to force the server to …

  8. How to Connect to PostgreSQL Database Over SSL: Step-by-Step with ...

    Jan 16, 2026 · This guide will walk you through **setting up SSL for PostgreSQL using custom self-signed certificates**, including configuring `postgresql.conf` (PostgreSQL’s main configuration file) …

  9. PostgreSQL: Documentation: 18: 32.19. SSL Support

    Feb 26, 2026 · PostgreSQL has native support for using SSL connections to encrypt client/server communications using TLS protocols for increased security. See Section 18.9 for details about the …

  10. Securing PostgreSQL Connections with SSL/TLS Configuration: A …

    Nov 3, 2025 · This guide provides a comprehensive walkthrough of configuring both PostgreSQL servers and clients to enforce SSL/TLS encryption, safeguarding sensitive information from …