iTunes Connect has SSL Error - Apple

Imagine my reaction when I saw this error pop up!  iTunes Connect is the place where iPhone developers upload their apps for app to review.  Apple is super crazy about security.  Each one of their apps require tons of certificates.  For example, an app I wrote recently required the following:

An "Ad Hoc" certificate to send to the client for review and an "App Store" certificate to send to Apple.  However, the app I did has push notifications, so I needed more certificates.  I had to generate a certificate request, public key, private key and production push certificates and then recreate the "Ad Hoc" certificate based on that.

Long story short, it's very ironic that Apple has an expired SSL certificate on their site.

Bookmark and Share    
blog comments powered by Disqus

1 COMMENT

posted by Logan on: Jan 15, 2010 07:37pm

A sniffer can easily bypass SSL with SSLStrip. You have no security anyway. Get over it.