NativeBuilder Proxy issue

0
I am trying to build my native app using the mendix native builder. I followed the instructions in the mendix documentation to generate github and app center tokens, but the builder is not recognizing them and marks them invalid (attaching screenshot below). I am building this app in a corporate environment and we have a proxy configured on our network. Is there any way to configure proxy on native builder as I think this is what is causing this issue. I have also disabled firewall for now.  using Mendix Studio Pro version 8.17.0
asked
1 answers
0

You may try configuring proxy in the project settings. See details on proxy in documentation
https://docs.mendix.com/refguide/custom-settings#10-proxy-settings

Probably it will be something like adding additional JVM parameters to specify proxy host and port address like this

http.proxyHost=http://yourproxy.com
​​​​​​​http.proxyPort=80

See the server settings in configuration tab of project settings. 
https://docs.mendix.com/refguide/configuration

Also check this post on configuring Mendix proxy settings
http://www.robertprice.co.uk/robblog/using-a-proxy-server-from-the-mendix-modeller/

 

answered