[LogicApps] Http Action Disable SSL Verification

Bishoy Boshra 21 Reputation points
2021-10-19T12:11:05.723+00:00

I am Working on a new LogicApps Workflow.
I have HTTP action to a remote API "Https://domainname.com/" using https protocol.
I have to disable SSL validation to make a successful request.

How to do this in HTTP action ? and if is not applicable how to work around?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 68,986 Reputation points
    2021-10-19T12:32:47.807+00:00

    @Bishoy Boshra You cannot disable the SSL verification on HTTP connector. If the issue is caused due to self-sign certificate and if you want to use self sign certificate then the logic app should be in ISE. Please review Access for outbound calls to other services and systems for more details on TLS/SSL issue

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful