Skip to content

Enable TLS support for PostgreSQL connections in Trillian #3830

@fghanmi

Description

@fghanmi

Currently, Trillian does not support TLS-encrypted connections when connecting to a PostgreSQL database. This issue tracks the work required to add TLS support, ensuring secure communication between Trillian and PostgreSQL.

Goals:

  • Allow users to specify a CA certificate for server validation (sslmode=verify-ca)
  • Optionally allow full TLS verification (sslmode=verify-full)
  • Maintain backward compatibility for users who do not enable TLS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions