Logic apps standard - Http request failed as there is an error: 'The SSL connection could not be established, see inner exception.'.

Sharmishtha Sarkar 36 Reputation points
2021-11-10T08:27:06.907+00:00

Hi,
I am trying to call a Rest api from Logic Apps standard
error :
Http request failed as there is an error: 'The SSL connection could not be established, see inner exception.'.

LA Standard - networking - VNet Integration and ports are open.

I did try and add the root and Intermediate certificates at TLS/SSL settings - Public Key certificate.

This rest service can be consumed from LA Consumption, via OnPrem Data gateway and Logic Apps Custom connector. so, the certificates are ok
what can be the issue when we consume from Logic apps standard.

Regards,
Sharmishtha

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,162 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Paco de la Cruz 16 Reputation points
    2022-01-19T06:34:08.567+00:00

    In case someone else has the same issue, Logic Apps standard supports calling HTTP endpoints signed with an internal certificate authority, as documented here:

    In your logic app resource's app settings, add or update the app setting, WEBSITE_LOAD_ROOT_CERTIFICATES.

    For the setting value, provide the thumbprint for your TLS/SSL certificate as the root certificate to be trusted.

    "WEBSITE_LOAD_ROOT_CERTIFICATES": "<thumbprint-for-TLS/SSL-certificate>"

    The public key of the certificate must have been uploaded to Logic App as well. This is documented in the official documentation

    HTH

    3 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.