I have sent the SCEP payload to the iOS device, and I got the reply from the device too.Now I am getting the response as GetCACert something like that. Now what response have to be sent to the device ? Whether I need to send any certificate from the device ? I tried by sending some certificates which is self signed,but I am getting error as SCEP Server Configuration is not supported. Please help me. I am really struck here
Asked
Active
Viewed 3,257 times
5
-
Can you post a bit more about the code you've posted? Where is the error being displayed? – Scott Corscadden Feb 28 '12 at 17:32
-
After getting the device attributes from device, I am sending the profile to the device which consists of SCEP payload to the device. The device is sending back the response as GET which is GetCACert. – Cyril Mar 01 '12 at 03:26
-
It sounds like you are sending your MDM URL as the SCEP URL which is why it is trying to get the CA cert (the first step in a SCEP provisioning). Check that the SCEP URL is really pointing at your SCEP server. – rlandster Mar 15 '12 at 03:30
-
Ya, I have given the MDM URL and SCEP URL as same, I figured this one week back. Now I have changed the url and the Certificate is issued. Thank you. – Cyril Mar 15 '12 at 05:38
-
Hi Cyril, if I need to use OTA enrollment then to make the device aware of SCEP URL do I need to add SCEP payload configured in enrollment profile? – Manmay May 15 '12 at 07:05
-
@Manmay . You dont' need to add the SCEP payload in the enrollment profile. After the device sending response to the enrollment profile, you should send the SCEP payload. – Cyril May 16 '12 at 04:07
1 Answers
0
Ya, I have given the MDM URL and SCEP URL as same, I figured this one week back. Now I have changed the url and the Certificate is issued. Thank you

Cyril
- 1,216
- 3
- 19
- 40