Posts

Post not yet marked as solved
0 Replies
598 Views
Hi all,I need to test an app with XCode Emulator, using a Mac outside the company domain. To do this I have to connect to an authenticated proxy. I have the credentials to connect to the proxy but the credentials are of a domain Active Directory. Usually the credentials are to be introduced with the <domain>\<user> syntax. Using this syntax (or user alone) in system preferences I get an error 407.I currently use another application using that proxy that supports command line option --http_proxy and on mojave works with this syntax.I therefore have two questions:1. Is it possible to specify a proxy for the simulator only app (Simulator.app)? I've tried withexport http_proxy="http://[Domain]\[User]:[password]@[proxyIP]:[proxyPort]" open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.appbut doesn't work.2. What is the correct syntax for authenticating to a proxy in another domain in system preferences ?Thanks a lot, have a nice dayAndrea
Posted
by A.Maleci.
Last updated
.