Where can we configure Mendix Desktop Modeler to use the system proxy?

0
Hello  I am trying to access a REST Service from the Desktop Modeler during run time I get the below errors Caused by: org.apache.http.conn.HttpHostConnectException: Connect to somehost:443 [somehost/someip, somehost/someip] failed: Connection timed out: connect Caused by: java.net.ConnectException: Connection timed out: connect I suspect it is something to do with the Mendix not using system proxy. Because, I can access the same URL that I am using via POSTMAN. Where can we configure Mendix Desktop Modeler to use the system proxy? Regards       Quick Update: Setting the JVM args to have http.proxyHost and http.proxyPort worked. But, I would like it use a PAC script. May be this question just became a JVM setting question more than Mendix. 
asked
3 answers
0

Edit > Preferences in the modeler

answered
0

It only has User Name and Password. How can I set that to use a Proxy Server? or a PAC Script?

answered
0

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

In secion 2.3, it describes how to configure a proxy

answered