Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to Heroku SSL Endpoint add-on

I'm looking for information on how to configure an HTTP load balancer or proxy server (squid, nginx, HAProxy, etc.) to handle the SSL for my domain as an alternative to adding Heroku's SSL Endpoint add-on for $20/month.

The load balancer or proxy server would terminate the SSL connection and the last leg to the heroku server would be over http.

like image 988
Matt Avatar asked Dec 02 '13 06:12

Matt


2 Answers

SSL is now included on all paid dynos. Thus, you pay only the certificate price.

https://blog.heroku.com/ssl-is-now-included-on-all-paid-dynos

like image 115
vladCovaliov Avatar answered Nov 25 '22 12:11

vladCovaliov


A new add-on was added a few short months ago called Expedited SSL. This add-on provides you with both the registration of an SSL certificate along with the endpoint for serving it, whereas SSL Endpoint is only the endpoint used to serve the SSL certificate you've already purchased from an SSL provider.

like image 41
slant Avatar answered Nov 25 '22 13:11

slant