You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2020. It is now read-only.
Currently ssl is implemented by tacking
?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory
onto the back of theenv.POSTGRES_DATABASE
.This is only possible because that environment variable is only used to construct the JDBC url and because it happens to be the last value.
We should have a better way of handling ssl. Such as by including an
env.SSL
variable that would turn ssl on or off.The text was updated successfully, but these errors were encountered: