Pedro Nascimento
06/05/2018, 6:29 PMprisma-heroku
repository, right? We’re having issues moving forward setting Prisma on Heroku.dpetrick
06/05/2018, 6:30 PMPedro Nascimento
06/05/2018, 6:30 PMssl=true
in the URL here https://github.com/prismagraphql/prisma/blob/alpha/server/connectors/api-connector-postgresql/src/main/scala/com/prisma/api/connector/postgresql/database/Databases.scala#L40
Other is when running prisma on Heroku itself, other issues arise related to number of connections and some low-level connection using the postgres user, which you don’t have access to in Heroku, but I suspect this might just be masquerading the lack of SSL connection. One of our devs opened up an issue on the prisma-heroku repo https://github.com/dpetrick/prisma-heroku/issues/1dpetrick
06/05/2018, 6:32 PMdpetrick
06/05/2018, 6:32 PMPedro Nascimento
06/05/2018, 6:45 PMnilan
06/05/2018, 6:55 PM