Certificate connection issue between Azure Logic App Standard to On-Prem IBM MQ Server using mTLS #1108
Unanswered
pravingh
asked this question in
Help Needed
Replies: 1 comment
-
I haven't faced the same error, but I know the error message
See this microsoft documentation for more. If your Logic App runs on App Service Environment you can even add a private/internal CA that was used to sign the MQ server certificate to the machines trusted store. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm facing the connectivity between Azure Logic App Standard In-Built connector (Deployed on App Service WS*).
mTLS handhake is failing with error code:
{
reasonCode: 2009
reasonDescryption: “The service provider operation 'pollAvilable' has terminated because of bad gateway.”
}
Logs captured are MQ Server say:
AMQ9999E: Channel 'xxxx.xxxx.xx1' to host '10.10.10.10' ended abnormally.
Network error logs capture shows connection is failing with thumbnail issue: (Thumbprint value is replaced with xxxx)
<<M:Server Cert Thumbprint: 102Cxxxxxxxxxxxxxxxxxxxxxxxxx was not found.
Certificate used with Thumbprint value printed in error log is not used by MQ Server or client Logic App connector.
Have you faced similar issue? Any pointer to resolve or troubleshoot this issue?
Beta Was this translation helpful? Give feedback.
All reactions