<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can't download apps from Apple app store in Web Security</title>
    <link>https://community.cisco.com/t5/web-security/can-t-download-apps-from-apple-app-store/m-p/2542562#M4902</link>
    <description>&lt;P&gt;When a user goes to download an app the app just sits at waiting/installing. Eventually it times out.&amp;nbsp; When I grep the access logs it shows the ipad bouncing from one apple server to another.&amp;nbsp;&amp;nbsp; If I give the ipad a static ip address that goes around the ironport the app will install so I am pretty certain the problem on the WSA.&amp;nbsp; We have a S670 running a version of 7.7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Sep 2014 17:09:36 GMT</pubDate>
    <dc:creator>mvarazlic</dc:creator>
    <dc:date>2014-09-12T17:09:36Z</dc:date>
    <item>
      <title>Can't download apps from Apple app store</title>
      <link>https://community.cisco.com/t5/web-security/can-t-download-apps-from-apple-app-store/m-p/2542562#M4902</link>
      <description>&lt;P&gt;When a user goes to download an app the app just sits at waiting/installing. Eventually it times out.&amp;nbsp; When I grep the access logs it shows the ipad bouncing from one apple server to another.&amp;nbsp;&amp;nbsp; If I give the ipad a static ip address that goes around the ironport the app will install so I am pretty certain the problem on the WSA.&amp;nbsp; We have a S670 running a version of 7.7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:09:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/can-t-download-apps-from-apple-app-store/m-p/2542562#M4902</guid>
      <dc:creator>mvarazlic</dc:creator>
      <dc:date>2014-09-12T17:09:36Z</dc:date>
    </item>
    <item>
      <title>Hi,I assume you are doing</title>
      <link>https://community.cisco.com/t5/web-security/can-t-download-apps-from-apple-app-store/m-p/2542563#M4903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I assume you are doing https decryption. Please try to set a custom category for the site you are having issues accessing&lt;/P&gt;&lt;P&gt;Here you have the steps to do it:&lt;/P&gt;&lt;P&gt;&lt;A href="http://tools.cisco.com/squish/3389F" rel="nofollow"&gt;http://tools.cisco.com/squish/3389F&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Luis Silva&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2014 23:25:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/can-t-download-apps-from-apple-app-store/m-p/2542563#M4903</guid>
      <dc:creator>Luis Silva Benavides</dc:creator>
      <dc:date>2014-09-15T23:25:45Z</dc:date>
    </item>
    <item>
      <title>I have the same issue, on a</title>
      <link>https://community.cisco.com/t5/web-security/can-t-download-apps-from-apple-app-store/m-p/2542564#M4904</link>
      <description>&lt;P&gt;I have the same issue, on a 5508 WLC. Apple devices trying to download/upgrade apps just hang and never download. I just installed the lasted software 8.0.100.0 on my WLC hoping that would help but the issue still exists. Then I tried the Field Upgrade Image 1.9.0.0 as well, and still not working. I am going to open a TAC case and if I get any answers I will post them here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 15:06:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/can-t-download-apps-from-apple-app-store/m-p/2542564#M4904</guid>
      <dc:creator>Brett Erickson</dc:creator>
      <dc:date>2014-10-16T15:06:12Z</dc:date>
    </item>
    <item>
      <title>Ok so I opened a TAC case and</title>
      <link>https://community.cisco.com/t5/web-security/can-t-download-apps-from-apple-app-store/m-p/2542565#M4905</link>
      <description>&lt;P&gt;Ok so I opened a TAC case and all they could do is confirm it wasn't my wireless controller. I did however find out what was plaguing my network and hopefully this will help someone else. I found that there was a Mac OS X cache server on my network. For details on this see,&amp;nbsp;&lt;A href="http://www.nbalonso.com/os-x-server-caching/"&gt;http://www.nbalonso.com/os-x-server-caching/&lt;/A&gt;&amp;nbsp;Basically it registers with apple using our public IP and then any apple device on our network that try to download from apple from that same IP apple then&amp;nbsp;points it back to the cache server on our network. The problem was that there were no routes back to that cache server as it was in someones lab. I was able to track down the server using a packet capture on my ASA to find out which device on my network was trying to reach&amp;nbsp;&lt;A href="https://lcdn-registration.apple.com/lcdn/register"&gt;lcdn-registration.apple.com/lcdn/register&lt;/A&gt;&amp;nbsp;you can do an nslookup to see what the IP is, i don't know if it changes. Once I had the cache servers&amp;nbsp;IP address&amp;nbsp;I was able to&amp;nbsp;trace&amp;nbsp;the mac address back to the source and shutdown his network port. iOS downloads are now able to work again. The main problem was that iTunes, Mac, and even iOS 7 would try this but time out and then go download from apple anyways, iOS 8 however would never do get past looking for the cache server and the download would never start. Like I said I hope this helps someone else out there, apple implementation of a cache server is very poorly designed in my opinion if it can lead to this type of disruptive behavior.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 00:29:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/can-t-download-apps-from-apple-app-store/m-p/2542565#M4905</guid>
      <dc:creator>Brett Erickson</dc:creator>
      <dc:date>2014-10-28T00:29:14Z</dc:date>
    </item>
  </channel>
</rss>

