Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在一个特定路径上启用 rails SSL。网站的其余部分应以 http 呈现。
这种连接也是在 rails 服务器和安卓设备之间建立的。android 设备应该使用自己创建的证书在 SSL 中发送他的信息。
这在 Rails 中是否可行?
您应该尝试ssl_requirement gem。它使特定操作能够在 SSL 下运行。