pixielabs / letsencrypt-rails-heroku

Automatic LetsEncrypt SSL certificates in your Rails app on Heroku.
MIT License
220 stars 33 forks source link

Support SSL Endpoint SSL #46

Closed jalada closed 7 years ago

jalada commented 7 years ago

Heroku have two SSL offerings:

  1. Free SNI-based SSL, which this gem has always supported.
  2. $20/m 'full fat' SSL, which gives you a dedicated IP address.

This change adds an optional configuration variable, SSL_ENDPOINT_TYPE which can be one of sni or ssl, and defaults to sni.

This is a minor, backwards compatible API change.