Open
Description
We have a some Azure Functions running Node 18 or 20. When we upgrade to node 22, either through the portal or using Terraform, we get the following error and the functon won't start:
Microsoft.Azure.WebJobs.Script: Error building configuration in an external startup class. System.Net.Http: The SSL connection could not be established, see inner exception. System.Net.Security: Received an unexpected EOF or 0 bytes from the transport stream.
I'm guessing that the function runtime is trying to make some outbound call to an IP that is getting blocked by our firewall. Is that indeed the case? Is there a list of IPs or hostnames that we need to whitelist?
Metadata
Metadata
Assignees
Labels
No labels