SSL Error In logic apps for 997 EDI

Alekhya 60 Reputation points
2025-05-30T23:14:07.1833333+00:00

Hi, I have an Inbound separate logic app and Outbound flows(3) separate logic app.

In Inbound flow when an external system send EDI document through AS2 , I need to send back 997 document to them. while designing in the logic apps I see an SSL error while testing to send it back to third party system, although My outbound flows works and I can able to send all my Outbound documents to the same external system and I don't see any SSL issue in outbound logic app

we have whitelisted the Inbound server IP's too and uploaded all the certs as well as required

Any leads on this issue?

#logicapps

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

Accepted answer
  1. Sonny Gillissen 3,751 Reputation points Volunteer Moderator
    2025-05-31T13:05:16.91+00:00

    Hi Alekhya

    Thanks for reaching out on Microsoft Q&A!

    Inbound and outbound differ in such a way that inbound traffic is triggered from the source and outbound is triggered from the logic app. The receiving party determines the protocol to be used, like TLS. Maybe the TLS version on the outbound is 1.2, supported by the destination, but inbound is set to 1.3, not supported by the source.

    Here are a few possibilities to check:

    • Even though you've uploaded all required certs, make sure the inbound flow is correctly referencing them and that no intermediate certificates are missing. Sometimes, SSL errors arise due to an incomplete chain.
    • Confirm the TLS version being used in your inbound logic app matches what the external system expects. Azure Logic Apps typically use TLS 1.2 by default, but check if there's a mismatch.
    • Even with IP whitelisting, some network security policies might block SSL connections for specific inbound scenarios.

    If you're still stuck, you might want to test using a tool like OpenSSL or Postman to see if a direct request to the external system encounters the same SSL issue outside of Logic Apps. This could help pinpoint whether it's an Azure-specific configuration issue or something on the external system’s side.

    Please click ‘Accept answer’ if you think my answer is helpful. Feel free to drop additional queries in the comments below!

    Kind regards,

    Sonny

    0 comments No comments

0 additional answers

Sort by: Most 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.