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

    Popular posts from this blog

    php - PDO bindParam() fatal error -

    logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

    java - Why my included JSP file won't get processed correctly? -