我是新來的rails。我想創建安全控制。
這裏我所做的:
我創建了一個安全的和改變的routes.rb作爲如何創建安全控制器
scope :constraints => {:protocol => 'https'} do
get "secure/index"
end
但是,有此錯誤
[2012-10-08 12點07分07秒林]錯誤壞URI
\x12p\x00\x00H\x00��'. [2012-10-08 12:07:07] ERROR bad URI
pqn | լ%[ y \ x00 \ x00H \x00 '。
當我請求https://localhost:3000/secure
感謝名單..
thanx爲您的答覆。我將更改服務器配置以便服務ssl – Darshana
正如@phoet所說,我誤解了我想要的東西。並找到了我的問題形式[安裝WEBrick服務SSL(HTTPS)以及非SSL(HTTP)交通並排]的答案(http://blog.readypulse.com/2012/01/19/setup -webrick-to-serve-ssl-https-as-well-as-non-ssl -http-traffic-side-by-side /)博客文章。 – Darshana