Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Allow SSL from the application to the database #159

@ghost

Description

Allow an option to append options to the end of the jdbc url for things like an SSL connection to a postgresql database.

jdbc:postgresql://bitbucket.example.com:5432/<database name>?sslmode=verify-full&sslrootcert=<non-default-location>

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.SSL

https://www.postgresql.org/docs/9.4/static/libpq-ssl.html

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions