jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 62 forks source link

Make TLS 1.2 the default cipher used for HTTPS. #59

Closed PhonicUK closed 8 years ago

PhonicUK commented 8 years ago

All other cipher suites are deprecated, so TLS 1.2 should be the default unless explicitly specified. SslProtocols.Default uses insecure protocols (SSL3 and TLS 1.0)

jgauffin commented 8 years ago

thanks!