heroku-buildpack-ssl

by videoly

README.md

heroku-buildpack-ssl

Enforces SSL connections between Heroku and other clouds

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/videoly/heroku-buildpack-ssl.git

For existing applications:

$ heroku buildpacks:set https://github.com/videoly/heroku-buildpack-ssl.git -a YOUR_APP_NAME