Allowing HTTPS Traffic in my Mendix Custom Typescript Widget

0
Hi hoping someone can help.   I've built a Mendix Custom Widget for my native app.  Within the widget I have button that calls one of our on premise APIs (GET).  The API returns some JSON data which is then shown within the widget.   Whilst the internal API runs as HTTP I can get the JSON data with no issues.  If I make the API HTTPS the widget reports a "Network Request Failed" error.   I'm assuming this is down to the mobile app and the server not able to perform the required handshake / certificate check.   Reading online it seems to suggest I need to implement SSL Pinning?    Does this sound right or is there a different method I should be looking into?
asked
0 answers