Hello @Enzo Peralta,
Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
I understand you are facing an issue with a standard logic app that has an HTTP call to an Azure Function. The HTTP call was working before but suddenly failed and raised an error The SSL connection could not be established.
Plan 1:
Could you please confirm if you have downloaded and saved the full path certificates (root, intermediate, cert) locally, then upload the 3 certificate to Public Key Certificates in logic app standard as below.
Then we need to add 3 thumbprints on WEBSITE_LOAD_ROOT_CERTIFICATES key, as comma separated as below:
The public key of the certificate must have been uploaded to Logic App as well. This is documented in the official documentation
Plan 2:
If the Storage Account is within a firewall, check that the VNET/Subnet that's associated with the Logic App is whitelisted on the Storage Account
- Check in App Settings
- Add WEBSITE_CONTENTOVERVNETwith Value 1
Plan 3:
Please follow the steps mentioned in this article.
Hope this helps. If you still encounter the issue after following all the above, please do let me know. I would be happy to assist you further.
Best regards,