Issue with Azure Logic Apps Custom Connector - SSL Connection Issues
Creating Logic Apps workflows and a Custom Connector in the same subscription and VNET where inbound and outbound rules are enabled for connectivity.
Facing an SSL connection issue using the Azure Logic Apps Custom Connector created based on the Open API 3.0 Swagger file while trying to connect to the Apigee environment and its proxy services.
When using the Custom Connector to call an Apigee API from the Logic Apps workflow, the following error occurs:
"BadRequest
Http request failed as there is an error: 'The SSL connection could not be established, see inner exception.'"
However, when using the in-app HTTP adapter to call the same Apigee API from the same Logic Apps workflow, the connection works and the expected response is received.
Seeking advice on why the in-app HTTP adapter works, but the Custom Connector does not, despite both being in the same Azure subscription, resource, and VNET. Any resolution would be appreciated.