Issue
I would like to use client side certificates with my Heroku app.
Resolution
Secure connections on Heroku are terminated at the routing layer. Connections from the router to backend dynos are pure HTTP over isolated network connections. For this reason, certificate based TLS authentication is not supported.