gboudreau / certbot-heroku

Let's Encrypt (certbot) plugin for Heroku apps
Other
44 stars 12 forks source link

Does this still work on the free tier? #7

Closed fgblomqvist closed 7 years ago

fgblomqvist commented 7 years ago

As far as I know, manually generating and installing certs does not work on the free tier anymore. The following error message is displayed:

 ▸    You need to be running on either Hobby or Professional dynos to be able to
 ▸    use SNI SSL.

Does your plugin still work somehow?

gboudreau commented 7 years ago

Indeed, documentation now says:

Heroku SSL is included for free on any app that uses paid dynos

Ref: https://devcenter.heroku.com/articles/ssl

gboudreau commented 7 years ago

Changed README to point this out. Thx for the pointer.

fgblomqvist commented 7 years ago

Heads-up: there's a typo in the readme. It says the plug-in is not deprecated instead of now deprecated.

gboudreau commented 7 years ago

Thx. Fixed.