SSH tunneling from Heroku
I'm providing a service hosted on Heroku which lets users report on their own data, using their database. My customers have to connect my Heroku app to their database. Some of them are obviously afraid of letting data transit in clear over the Internet. Is it possible with Heroku to open an SSH tunnel from my app (Play Framework/Java) to their machines? NB: I'm aware of SSH tunneling to a remote DB from Heroku? but on that question, using the built-in Heroku db was possible. Thank you, Adrien fearless_fool Yes, you can. Having now gone down this path: yes, it is possible to set up an SSH