简体   繁体   English

将SSL3和TLS与.Net Core ASP.Net MVC结合使用

[英]Use SSL3 and TLS with .Net Core ASP.Net MVC

I start working on new Web App and still doing the research about the framework to pick. 我开始研究新的Web App,但仍在研究要选择的框架。 One of the requirements: the app will be deployed to IIS on Windows Server 2008 that has SSL3 certificate. 要求之一:该应用程序将部署到具有SSL3证书的Windows Server 2008上的IIS。 Also the app will be deployed to newer Windows Server with TLS certificate. 该应用程序还将通过TLS证书部署到更新的Windows Server。 So the issue I'm facing is similar to this question . 因此,我面临的问题与此问题类似。

Will .Net Core ASP.Net MVC support both SSL3 and TLS* or Should I go with standard .Net Framework? .Net Core ASP.Net MVC是否同时支持SSL3和TLS *,还是我应该使用标准.Net Framework?

If not, What version of .Net Framework to pick? 如果没有,请选择哪个版本的.Net Framework?

I could be wrong here, but SSL3 is very old and has succeeded by replaced by TLS 1.2. 我在这里可能是错的,但是SSL3很旧,并且已成功被TLS 1.2取代。

If the server is running Windows Server 2008 R2 SP1 (release 2, service pack 1) or greater then I would recommending going with .NET Core. 如果服务器运行的是Windows Server 2008 R2 SP1(版本2,Service Pack 1)或更高版本,则建议使用.NET Core。

However, if the server is Windows Server 2008 without R2 then you will need to use an older version of the .NET Framework say 4.6.1. 但是,如果服务器是不带R2的Windows Server 2008,则需要使用旧版本的.NET Framework,例如4.6.1。

Before jumping in you should sit down with the decision makers point out that developing a solution on legacy infrastructure holds serious security and business risks. 在加入之前,您应该与决策者坐下来,他们指出,在遗留基础架构上开发解决方案会带来严重的安全性和业务风险。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在ASP.Net应用程序中,我可以获得请求包含哪些安全协议(SSL3 / TLS)? - In ASP.Net applications, can I get which security protocol (SSL3/TLS) the request contains? asp.net core 2.0 中的 WCF - 无法为具有权限的 SSL/TLS 安全通道建立信任关系 - WCF in asp.net core 2.0 - Could not establish trust relationship for the SSL/TLS secure channel with authority ASP.NET,HttpWebRequest和“无法创建SSL / TLS安全通道” - ASP.NET, HttpWebRequest and “Could not create SSL/TLS secure channel” 来自ASP.NET Core的wwwroot的Foldertype并在MVC 5中使用它 - Foldertype of wwwroot from ASP.NET Core and use it in MVC 5 asp.net 5和mvc 6如何在dnx core 5中使用PersianCalendar? - asp.net 5 & mvc 6 how to use PersianCalendar in dnx core 5? ASP.NET MVC 下的 SSL 页面 - SSL pages under ASP.NET MVC 为什么将ReactJS与ASP.NET CORE MVC一起使用? - Why use ReactJS with ASP.NET CORE MVC? 如何使用graphviz进入asp.net核心mvc项目? - How to use graphviz into asp.net core mvc project? 我应该使用 ASP.NET MVC 5 还是 ASP.NET 内核? - Should I use ASP.NET MVC 5 or ASP.NET Core? ASP.NET 内核等效于 ASP.NET MVC BeginExecuteCore - ASP.NET Core equivalent for ASP.NET MVC BeginExecuteCore
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM