SSL is not enabled in Heroku

Posted by Drom on Pro Webmasters See other posts from Pro Webmasters or by Drom
Published on 2012-02-27T11:58:26Z Indexed on 2012/04/10 23:45 UTC
Read the original article Hit count: 253

Filed under:
|
|

Since Heroku has integrated the piggybank_ssl addon by default, trying:

heroku addons:add piggyback_ssl

or

heroku addons:add ssl:piggyback

results in:

! This add-on is now a standard Heroku platform feature. ! Your apps can already use piggyback SSL.

But, accessing: mywebsite.herokuapp.com results in:

SSL is not enabled mywebsite.herokuapp.com does not have SSL enabled.

My production.rb has:

config.force_ssl = true

What am I missing?

Update

I have read the page SSL on Heroku, but it's obsolete, they suggest to run:

heroku addons:add piggyback_ssl

Which is no longer necessary.

SOLVED !

I don't change anything, and now it's working. It seems that it was a heroku problem.

© Pro Webmasters or respective owner

Related posts about ruby-on-rails

Related posts about ssl