Forum Discussion
Bremanand
Jan 30, 2024Copper Contributor
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 devi...
Kidd_Ip
Nov 15, 2025MVP
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+.