Web.config내 TLS 1.2 구문 추가

This commit is contained in:
iyak 2025-01-20 04:37:25 +00:00
parent ce96f333bc
commit 92e031e412
1 changed files with 3 additions and 1 deletions

View File

@ -242,6 +242,8 @@
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
</dependentAssembly> </dependentAssembly>
</assemblyBinding> </assemblyBinding>
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false; Switch.System.Net.SecurityProtocol=Ssl3,Tls12" />
</runtime> </runtime>
<system.webServer> <system.webServer>
<!--<asp> <!--<asp>