Web.config내 TLS 1.2 구문 추가
This commit is contained in:
parent
ce96f333bc
commit
92e031e412
|
|
@ -242,6 +242,8 @@
|
|||
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
|
||||
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false; Switch.System.Net.SecurityProtocol=Ssl3,Tls12" />
|
||||
</runtime>
|
||||
<system.webServer>
|
||||
<!--<asp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue