How to use deactivate Webrick's SSL

前端 未结 5 957
小蘑菇
小蘑菇 2020-12-08 21:11

Last week I tried to debug with SSL activated in webbrick, but I forget how to restore the settings to default(without SSL). Every time I visit a controller, now it shows:

5条回答
  •  伪装坚强ぢ
    2020-12-08 22:08

    I had to use rake tmp:sessions:clear (not just rake:tmp:clear) as well as clearing cookies in the browser to fix this issue.

提交回复
热议问题