Re: External database connection via SSL

2012-03-20 Thread Nathan Wenneker
Neil, That worked beautifully. Thanks! Nathan P.S. For future reference by others, I'll post an answer on my stackoverflow question with some more specific details. On 03/20/2012 02:31 PM, Neil Middleton wrote: From looking at the injected database.yml (see bottom of http://neilmiddleton.c

Re: External database connection via SSL

2012-03-20 Thread Neil Middleton
>From looking at the injected database.yml (see bottom of >http://neilmiddleton.com/sharing-databases-between-heroku-applications/) you >can pass in extra configuration as part of the db URL as query params. In theory, this should let you configure it how you want although I've not tried it.

External database connection via SSL

2012-03-20 Thread Nathan Wenneker
I'm running a Rails 3.2 app on the Cedar stack. I've successfully configured it to connect to an external Amazon RDS database using the appropriate DATABASE_URL config variable. However, I want my application to connect to the database via SSL. This would normally be configured in database.yml, b