okumin / akka-persistence-sql-async

A journal and snapshot store plugin for akka-persistence using RDBMS.
Apache License 2.0
115 stars 26 forks source link

SSL Connection #19

Open jmartinezseven opened 8 years ago

jmartinezseven commented 8 years ago

Hi... Is there a property that allows us to connect to a database in another host that requires ssl? We're trying to connecto to a heroku postgres data base and we're having that issue.

Thanks

okumin commented 8 years ago

@jmartinezseven SSL support seems to be implemented. https://github.com/mauricio/postgresql-async/commit/0f9a587ec3a9cd372f0b37f069848201236d2acf

Would you try to implement SSL feature and give me PR?