An Azure service that automates the access and use of data across clouds without writing code.
@Buchczyk, Kornelia Thanks for reaching out. As per this doc https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app?tabs=azure-portal#access-for-outbound-calls-to-other-services-and-systems It seems that in the Logic App Consumption plan, HTTP operations do not permit self-signed TLS/SSL certificates. This could be the reason why you are encountering SSL connection errors.
Please ensure that the endpoint you are calling has a valid SSL certificate issued by a trusted Certificate Authority (CA). Self-signed certificates are not supported in the Logic App Consumption plan.
do let me know incase of further queries, I would be happy to assist you.