You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Using the information in the Azure Functions Host Wiki on Sharing Your Function App Name Privately, could you please provide us with the invocation ID to further investigate the issue?
I got an update from a colleague that the issue might be fixed after upgrading the extension bundle version from 3.x to 4.x. I didn't get conformation from him yet though and I'm not working today, so I'll check on monday and report back.
Edit: the issue was indeed solved after upgrading the extension bundle.
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?
The text was updated successfully, but these errors were encountered: