Skip to content

Can't create secure connection using connection URL #275

@bryanburgers

Description

@bryanburgers

It's not possible to specify using a secure connection when connecting with a postgres://user:password@host/database URL.

It doesn't look like JDBC allows for this. SQL Alchemy specifies optional parameters that might be useful.

Could we utilize something like postgres://user:pass@host/database?secure=true?

This matters because I have an application that passes the URL on the command line, and having the secure connection in the URL makes more sense than adding a --secure switch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions