Hi @Mike Lee
It seems that you are experiencing an SSL connection issue when connecting to a 3rd party API endpoint in your Logic App Standard instance <sup>1</sup>. The error message you received is:
BadRequest Http request failed as there is an error: ‘The SSL connection could not be established, see inner exception.’
This error message indicates that the SSL connection could not be established <sup>1</sup>. The issue seems to be intermittent and is only occurring in your dev instance, while your prod instance is working fine <sup>1</sup>.
There are several ways to troubleshoot SSL errors. One way is to use OpenSSL to check if the endpoint requires a client certificate <sup>1</sup>. You can also try exporting the site’s public certificates using PowerShell <sup>1</sup>. Another way is to add or update the app setting WEBSITE_LOAD_ROOT_CERTIFICATES
in your logic app resource’s app settings <sup>2</sup>.
I recommend checking out this Microsoft Community Hub article for more information on HTTPS endpoint troubleshooting in Logic App Standard <sup>1</sup>. It provides a detailed flow chart that goes through all the possible scenarios when the logic app is giving TLS error and provides solutions for each scenario.
I hope this helps you resolve your issue!