Postgres psycopg2 TLS connectivity #875
Labels
enhancement
A feature that exists, works as intended but needs to be improved
feature request
A feature that does not yet exist but will be a good addition to the library
Describe the feature as you'd like to see it
I don't think connecting to a Postgres Database over TLS is currently possible based on what code I saw when connecting via psycopg2. I would like to use `sslmode, sslrootcert options and that doesn't appear to be possible.
What do we currently have to do now?
Please confirm if this is a valid feature to add, if so I can submit some code to enable this ability. I believe all we need to do is add on a general **kwargs parameter to the make_connection function and pass that along since psycopg2 can handle it.
Additional context
Great project by the way! Really appreciate the work put into it!
The text was updated successfully, but these errors were encountered: