commanded / eventstore

Event store using PostgreSQL for persistence
MIT License
1.06k stars 146 forks source link

SSL Support #161

Closed KazW closed 5 years ago

KazW commented 5 years ago

When running the mix tasks with a database configured to use SSL, there's an error stating that the SSL application hasn't been started. Adding it as an extra application turned out to not be enough as the mix tasks still raised this error.

More details/source of the error: elixir-ecto/postgrex#325

slashdotdash commented 5 years ago

Thanks for the pull request @KazW, sorry for the delay in merging.