security - ASP.net WebRequest Internal SSL protocol? -
Recently, servers with many gateways, with discovery, are disabling SSLv3 on their servers and its uses Are forced to TLS
Do anyone know that the SSL protocol is used internally by the ASP.NET Framework for things like WebRest? If it uses SSLv3 and does not return automatically to TLS, then is there a way to configure it?
Note: We have already disabled SSLv3 by the registry and it does not seem that HTTPS traffic affecting our website I am not sure now that when the payment gateway closes at its closing what will happen.
It is user-controllable via the default security protocol type Tls. SecurityProtocolType.Ssl3
.
Comments
Post a Comment