Q: iTunes 11 doesn't seem to allow proxy authentication
When I was using iTunes 10 to connect to the store I was asked to provide proxy authentication.
Upon upgrading to iTunes 11 I just get a "could not connect" message with no requests for authentication.
Any ideas?
iTunes 11, Windows XP Pro
Posted on Nov 29, 2012 5:00 PM
Hi guys,
I tried updating to iCloud control panel v2.1 and it still didnt solve my issue. I did a bit of digging on my machine with a plist editor and found that the following file could be altered to remove saved passwords:
C:\Users\<username>\AppData\Roaming\Apple Computer\Preferences\keychain.plist
By default, the array element will have some sub-nodes (saved passwords) and we want to remove them. It should end up looking like the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>version1</key>
<array/>
</dict>
</plist>
Posted on Dec 11, 2012 3:37 PM