Mobile app version of vmapp.org
Login or Join
Odierno851

: SSL is not enabled in Heroku Since Heroku has integrated the piggybank_ssl addon by default, trying: heroku addons:add piggyback_ssl or heroku addons:add ssl:piggyback results in: !

@Odierno851

Posted in: #Heroku #Https #RubyOnRails

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 didn't change anything, and now it's working. It seems that it was a heroku problem.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Odierno851

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jamie184

As a place holder answer until the original poster post an answer stating that after posting the issue that SSL became enabled in Heroku without any know change on their part, and that the issue appears to be a result of some issue on Heroku's end since nothing was change, but the issue went away. See the last update at the bottom of the original poster's question for additional information.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme