Run locally option is not working

0
My machine has proxy settings. My workflow contains the REST API call which communicates in internet and get the result. If i the mendix app with option Run locally, I get the error please contact system Administrator. The same one is working fine if I run in mendix cloud environment. Please help me to solve this issue.   Thanks & Regards, Kalai
asked
7 answers
1

This could be a security problem. Did you import the certificates?

answered
0

Is this an https request?

answered
0

The documentation about certificates can be found here: https://docs.mendix.com/developerportal/deploy/certificates

But the only one who knowes if certificates are used on this webservice is you. Might also be that your IP is blocked. Then contact the webservice provider to add your IP to the range.

Regards,

Ronald

 

answered
0

Have you set the proxy settings in the call rest action?

https://docs.mendix.com/refguide/call-rest-action

answered
0

 

Please find the settings.

answered
0

Please find the attachment which contains settings for Proxy in REST Call, this is test app. It is also not working  Run locally.

answered
0

That does look like a proxy problem. Have you read this page? https://docs.mendix.com/refguide/using-a-proxy-to-call-a-rest-service

Make sure you have http.proxyHost,http.proxyPorthttp.proxyUser , and http.proxyPassword all set with the values for your network in your Mendix Project Settings, Configuration, Custom tab.

answered