Forum Discussion
dxxx0001
Apr 22, 2025Copper Contributor
TLS 1.0 and 1.1 Support on Azure Web App
I know Azure is winding up support for TLS 1.0 and 1.1 by August 2025. Does anyone can help me to access our existing IoT devices to connect to Azure Web App using this TLS 1.0 and 1.1? Our d...
dxxx0001
Apr 23, 2025Copper Contributor
We already have min TLS 1.0 configured and still it rejecting our incoming requests.
How to set up TLS 1.2 compatible proxy while our device is pointing to azure generated url and try to connect over TLS?
ccaab
May 04, 2025Copper Contributor
powershell cmd [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
this will point to 1.2