OS X 10.9 and Apps from the MAS keep on loading the same CRL on every start
After upgrading to Mavericks I see a massive internet activity on each start of an App from the MAS. Using CocoaPacketAnalyzer, I found out that upon each start of an App from the Mac App Store, a CRL (Certificate Revocation List) is requested by an agent named ocspd:
GET /certificationauthority/wwdrca.crl HTTP/1.1
Host: devimages.apple.com
Accept: */*
Accept-Language: en-us
Connection: keep-alive
Accept-Encoding: gzip, deflate
User-Agent: ocspd/1.0.1
And then downloaded:
HTTP/1.1 200 OK
Server: Apache
ETag: "5542b57b22bfd44b8d2ae1a8e61dedec:1385330422"
Last-Modified: Sun, 24 Nov 2013 22:00:22 GMT
Accept-Ranges: bytes
Content-Length: 32436955
The file size of the CRL is 31 MByte. Upon repetitive loads, I noted that the ETag of the downloaded file didn't change and therefore my expectation is that ocspd would took the most recent version from its cache instead of downloading the same CRL again and again.
In effect, in my case this sums up to a massive waste of internet bandwidth. My provider automatically reduces the overall bandwidth at the end of the month when I pass a certain limit of total traffic. So, I am interested to avoid completely sane traffic. Am I the only one seeing this? I already repaired the access rights to no avail. Are there any other measures, that I could take?
Change the provider or don't re-start MAS Apps is not a viable solution for me, please don't suggest this.