Closed
Description
- 13.0:
- 9.6.1:
- Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install? Yes, Heroku.: - 3.6.3:
- Windows 10:
- Do you use pgbouncer? No:
- Did you install asyncpg with pip? Yes:
I was getting the same issue as #119 . I enabled the ssl=True in the await asyncpg.create_pool(self.dsn, ssl=True)
- and the same occurs with connect.
So then I used the SSL keyword param, and got ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
.
Metadata
Metadata
Assignees
Labels
No labels