ruby on rails - http instead of https for heroku sites -
I have built a rail app and pushed it into the production through all its lock. The default address starts with https instead of http, can I force it to begin with http? My production rb In the file, I have the following:
config.force_ssl = false I also have said that the line is tried out, but It still does not work Do I need to do something else?
You'll need to take these basic steps: purchase an SSL certificate preferred SSL: endpoint Edition Herokok Adns: Add SSL endpoint Upload your certificate update your DNS config.force_ssl = true configure your rails application or for more information:
Comments
Post a Comment