Web.config내 TLS 1.2 구문 추가
This commit is contained in:
parent
ce96f333bc
commit
92e031e412
|
|
@ -190,7 +190,7 @@
|
|||
<settings>
|
||||
<servicePointManager checkCertificateName="false" checkCertificateRevocationList="false" />
|
||||
</settings>
|
||||
</system.net>-->
|
||||
</system.net>-->
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
|
|
@ -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