SSL with Ruby on Rails

前端 未结 4 850
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-31 22:29

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

4条回答
  •  悲&欢浪女
    2021-01-31 22:35

    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.

提交回复
热议问题