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