What do I need to do to get traffic to my ruby on rails app to use https? I have a certificate installed and if I manually type in \"https://\" in the address bar when accessin
Ruby on Rails is an application framework and not a web server. The HTTPS configuration you need to change is in your web server (Apache, nginx, etc) config.