We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to use the new SSL support in database pools.
SSL appears to work for regular connections, but when using with database pools I get an error resembling:
asyncpg.exceptions.InvalidAuthorizationSpecificationError: no pg_hba.conf entry for host "n.n.n.n", user "my_user", database "my_db", SSL off
The text was updated successfully, but these errors were encountered:
Yes, it's an asyngpg bug. I'll work on a fix later today and we'll release 0.10.1 soon.
Sorry, something went wrong.
Fix SSL support in connection pool.
fc32269
Closes: #119.
b89fb45
Awesome, thank you.
Works a charm.
1st1
No branches or pull requests
It would be nice to use the new SSL support in database pools.
SSL appears to work for regular connections, but when using with database pools I get an error resembling:
The text was updated successfully, but these errors were encountered: