rails 3.2.3 doesn't work on https using webrick in ubuntu 12.0.4
问题 Have been trying to get a fresh, just created rails application to work on ssl using webrick in ubuntu 12.0.4. Have tried all possible methods that I'm aware of. Tried using config.force_ssl = true in application.rb , also force_ssl in application controller . For some reasons, when I use https:// loacalhost:3000 on firefox I get an error message saying, ###An error occurred during a connection to localhost:3000.### ###SSL received a record that exceeded the maximum permissible length.### ###