TLS verion error in Azure function

Sasa 41 Reputation points
2022-07-22T15:45:12.85+00:00

HI Guys,

I have this error when running azure functions "you are using tls version 1.0,2.1 or 3des cipher which are deprecated to improve the security posture of Azure AD...."
I have opened a case with Azure support but zero progress for several days. Anyone had this issue?

223857-chrome-2tzxo0eqk6.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,212 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Sanal Somasundaran 11 Reputation points
    2022-08-29T11:56:26.353+00:00

    Were you able to solve it? I tried setting it to [Net.SecurityProtocolType]::Tls12 in the script as well, but I continue to get this error.

     [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12  
    
    0 comments No comments

  2. Artem Tymofyeyev 1 Reputation point
    2022-09-28T13:31:19.507+00:00

    Got the same error, did you manage to fix it?

    0 comments No comments