Forum Discussion
Looking for a solution - My API clients will be impacted due to Azure TLS 1.0, 1.1 retirement
Microsoft Azure has announced TLS 1.0, 1.1 will be retired by 31-Oct-2024. My clients and devices are making calls through TLS 1.0, 1.1 to my API cloud services / App services. Unfortunately, my devices cannot be upgraded to make calls with TLS 1.2. Considering this situation, how my client devices will continue to work post 31-Oct-2024? It would be great if anyone is experiencing this situation and found any solutions.
1 Reply
After 31-Oct-2024, Azure will no longer accept TLS 1.0 or 1.1 connections. If your devices cannot be upgraded to support TLS 1.2, they will not be able to connect directly to Azure App Services or API endpoints. The only way forward is to introduce a compatibility layer or proxy that can accept TLS 1.0/1.1 from your devices and then forward traffic to Azure using TLS 1.2+.