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 ```