Does Native Builder supports proxy settings?

0
Try to use the Native Builder as described  here: https://docs.mendix.com/howto/mobile/native-builder#github-token Get an error “[github] Invalid access token” Revoked the token and reacreated it – still the same error – so i believe it is related to connectivity. I’m working in a coorporate proxy environment. So the question is how to configure proxy settings for the Native Builder? Or how to enhance logging to find what’s going on?
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