Is it possible to disable SSL 2.0 in my MVC project?
SSL 2.0 contains a number of security flaws (risk of man-in-the-middle attacks etc.; see wiki for more details). So I want to prevent unsecured HTTPS requests via SSL 2.0 protocol.
I know about RequireHttps attribute, but it do not allow to specify required SSL version.