HomeiOS Developmentios - International HTTP Proxy all the time prompts for username and...

ios – International HTTP Proxy all the time prompts for username and password – Stack Overflow


My process is to set the International Proxy on machine. For testing functions I’ve put in the GlobalProxy.mobileconfig on supervised iPhone 7 (iOS 11.4.1) utilizing Apple Configurator. I’ve specified the ProxyUsername and ProxyPassword, however I carry on getting prompts to enter username/password.

Why credentials from mobileconfig are being ignored?

<?xml model="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist model="1.0">
<dict>
    <key>PayloadContent</key>
    <array>
        <dict>
            <key>PayloadDescription</key>
            <string>International HTTP Proxy</string>
            <key>PayloadDisplayName</key>
            <string>International HTTP Proxy</string>
            <key>PayloadIdentifier</key>
            <string>com.apple.proxy.http.world.F1520526-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string>
            <key>PayloadType</key>
            <string>com.apple.proxy.http.world</string>
            <key>PayloadUUID</key>
            <string>F1520526-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
            <key>ProxyCaptiveLoginAllowed</key>
            <false/>
            <key>ProxyPassword</key>
            <string>THE_PROXY_PASSWORD</string>
            <key>ProxyServer</key>
            <string>XXX.XXX.XXX.XXX</string>
            <key>ProxyServerPort</key>
            <integer>443</integer>
            <key>ProxyType</key>
            <string>Handbook</string>
            <key>ProxyUsername</key>
            <string>THE_USER_NAME</string>
        </dict>
    </array>
    <key>PayloadDisplayName</key>
    <string>GlobalProxyByAppleConfigurator</string>
    <key>PayloadIdentifier</key>
    <string>My-MacBook.EB8C7563-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string>
    <key>PayloadRemovalDisallowed</key>
    <false/>
    <key>PayloadType</key>
    <string>Configuration</string>
    <key>PayloadUUID</key>
    <string>231BDE9B-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
</dict>
</plist>
enter image description here enter image description here
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments