Timeout error when creating ssl connection #73
Unanswered
julianblue
asked this question in
Q&A
Replies: 1 comment
-
Hi @julianblue, looking at https://magicstack.github.io/asyncpg/current/api/index.html?highlight=ssl it seems that there are specific options for SSL. Those can be passed in https://github.com/developmentseed/tipg/blob/main/tipg/main.py#L93-L98 as addition kwargs https://github.com/developmentseed/tipg/blob/main/tipg/db.py#L84-L92 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to setup tipg with a standalone Postgres db. The db requires ssl.
When trying to connect I get the following error
When connecting to the db with psql using the same variables all works well. Any idea what I am doing wrong ?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions