Forum Discussion

JamesPN's avatar
JamesPN
Copper Contributor
Apr 09, 2024

TLS 1.0 for Web API Service

I'm trying to determine whether in October of this year all requests to my Web API on Azure that come from legacy TLS 1.0 systems will no longer work? 

 

I understand that Azure storage will only accept TLS 1.2 going forward and thats fine as my web api talks to that using 1.2, however its incoming requests to my web API that I still need to allow 1.0.

 

When it says  deprecated does it mean that it will not be possible to allow TLS 1 on my Web API or just that it will no longer be supported but you can still choose it?

 

 

Resources