iOS 8 / Xcode 6 Simulator is not using HTTP Proxy

2019-02-02 21:47发布

My iOS 8 Simulator is not using my proxy settings anymore (I want to debug with Charles). The rest of the system does. The simulator somehow seems to get direct internet access. Have I missed some new setting?

Caution: this is NO dup of How to use Charles Proxy on the Xcode 6 (iOS 8) Simulator?. I´m not trying to use SSL on the simulator in the first place. My simulator doesn´t even start to use the proxy.

Charles:

Proxy Settings

System:

Connection Proxy Settings

3条回答
手持菜刀,她持情操
2楼-- · 2019-02-02 22:27

Do not forget the HTTPS:

  1. Set Web Proxy (HTTP) and Secure Web Proxy (HTTPS)
  2. Restart the simulator after proxy changes
查看更多
兄弟一词,经得起流年.
3楼-- · 2019-02-02 22:35

Restart the simulator between proxy changes

查看更多
干净又极端
4楼-- · 2019-02-02 22:46

This is correct. Proxy settings that are setup on the host are not necessarily usable by the simulated runtime. If your proxy server requires authentication, you will not be able to use it in the iOS Simulator due to the simulator and host not sharing the same keychain. If you rely on this functionality, please file a radar at http://bugreport.apple.com and request an alternative.

Also note that this is discussed in the Xcode 6 Release Notes:

  • iOS Simulator does not support the use of network proxy servers that require authentication. (14889876)
查看更多
登录 后发表回答