You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement OTA on a ios device. The device sends /GetCACert and /GetCACaps request successfully. In the third step, when the device send operation=PKIOperation\u0026message=MIAGCSq... request, the server returns illegal base64 data at input byte This error is returned specifically at this line :
I am running the scepserver as a standalone project. I realize this might not be an issue with the server but wanted to confirm once. Would anyone happen to know what the issue might be ?
The text was updated successfully, but these errors were encountered:
Hmm, we definitely have used OTA with SCEP in MicroMDM. But because the GetCACaps tells it that it uses a POST you shouldn't see the message= part on the PKIOperation. Is this a GET or POST request?
And this how the endpoint was called from Postman http://localhost:8080/scep?operation=PKIOperation&message=MIAGCSqGSIb... iPhone logs showed the same call.
I am trying to implement OTA on a ios device. The device sends /GetCACert and /GetCACaps request successfully. In the third step, when the device send operation=PKIOperation\u0026message=MIAGCSq... request, the server returns illegal base64 data at input byte This error is returned specifically at this line :
scep/server/transport.go
Line 111 in 2c96089
The text was updated successfully, but these errors were encountered: