I am using the Development Provisioning Assistant in the iPhone Developer Portal, but when I get to the part where it asks me to generate and upload my CSR, I try to upload it and it just gives me this error:

The CSR selected is invalid. Please check the file and try again.

Does anyone know what this means or what I can do about it?? Thanks!

link|improve this question
Eh, no, but you can still try to help the guy out... Eamon, make sure you follow the directions very carefully. I remember the first time I did it not selecting something that should have been selected and it causing problems. – John Biesnecker Jun 15 '09 at 7:14
2  
@Eamon thank you for asking this question. It's definitely programming related. Some people just don't understand what it takes to program on the iPhone. +1 – MattDiPasquale Oct 30 '10 at 0:06
feedback

8 Answers

Also make sure you use Safari for uploading.

I tried Chrome and it always failed. Then I switched to Safari and it worked with the same CSR.

link|improve this answer
1  
+1 I had the same problem. Also, make sure you use the same email address as you registered with! – Jesse Pepper Sep 30 '10 at 5:27
+1 I had the same problem as well. FireFox worked for me. – TheJacobTaylor Oct 12 '10 at 23:04
+1 I had the same problem and opening it in safari fixed it – Rajani Karuturi Oct 28 '10 at 7:21
1  
apple, c'mon :-) – Andrew Little Nov 4 '10 at 16:53
2  
+1 Fixed. I feel like the ios web sites are to safari as microsoft's website in the 90's was to IE – ghempton Dec 6 '10 at 1:17
show 7 more comments
feedback

Never mind, I figured it out... in case anyone else has the same problem, I fixed it by downloading the WWDR Intermediate Certificate before generating the CSR, which I forgot to do. slaps forehead

link|improve this answer
This is the one that fixed it for me. Didn't work in any browser until I downloaded this. – Alistair McMillan Mar 30 '11 at 17:36
feedback

I had a similar problem. When creating a CSR for enabling push notifications, I first had to deselect the current selected key in Keychain Access before selecting Request a Certificate from a Certificate Authority. That solved my problem

Make sure you have only "Request a Certificate from a Certificate Authority" and not something like "Request a Certificate from a Certificate Authority with key "

link|improve this answer
feedback

If under Keychain Access you only have the option for "Request a Certificate from a Certificate Authority with key" it will not work. This indicates you have not downloaded the "WWDR intermediate certificate". You can get it from the "Certificates" tab in the iPhone Provisioning Portal. Once its installed (double click it to install), the menu item will change to "Request a Certificate from a Certificate Authority" and it should work.

link|improve this answer
feedback

If you are not able to upload the CSR using launching assistant, try going to "Provisioning Portal -> Certificates". Upload your file there and click "submit" button at the bottom. I had my certificate this way.

link|improve this answer
feedback

I had the same problem, and what fixed it for me was to repair my login keychain. Go to 'Keychain First Aid' in Keychain Access and you can verify/repair your config.

link|improve this answer
feedback

Second on the Chrome vs. Safari conflict and solution.
The instructions on the iOS Provisioning Portal -> Certificates -> "How-To" tab are exactly correct, but I have a repeatable failure on upload in Chrome, and instant success on Safari. Versions: OS: OS X Snow Leopard 10.6.6 64-bit Chrome: 8.0.552.237 Safari: 5.0.3 (6533.19.4)

link|improve this answer
feedback

If you do not have the following menu item: "Keychain Access->Certificate Assistant->Request a Certificate from a Certificate Authority", then you need a new WWDR Intermediate Certificate. My menu item was originally similar, but had some extra text in the title. Downloading and installing a new certificate changed the menu item and allowed generation of a valid CSR. This was odd because my previous WWDR Intermediate Certificate appeared in my keychain as an unexpired certificate.

I logged a bug at bugreport.apple.com asking for a clearer error message and pointing back to this SO discussion. Edit: fyi.. apparently developer portal bugs should be logged by sending email to devprograms@apple.com instead of the "product" targeted bugreport website. I encourage folks that have wasted time on this issue to provide helpful feedback regarding the issue via email.

link|improve this answer
feedback

protected by Community Nov 13 '11 at 13:35

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.