Hi,
We were trying to setup communication with the apple MFi server, according to "Software Token Authentication Server Specification R2. pdf ", we completed the certificate request, and then did the following things in order(Tested http request with Postman):
Can our Licensee server use an ordinary SSL certificate(instead of DigiCert EV SSL certificate)during testing period? And what caused the above error ?thanks in advance.
We were trying to setup communication with the apple MFi server, according to "Software Token Authentication Server Specification R2. pdf ", we completed the certificate request, and then did the following things in order(Tested http request with Postman):
downloaded .pem file from MFi Dashboard
In Postman settings, added the .pem file as CA certificate and added .pfx file (which is an non-EV SSL certificate we alyeady have) as client certificate.
correctly entered the request URL , header and body and then pressed the "send” button
got the error returned by Apple Server: "<title>401 Authorization Required <title>"
Can our Licensee server use an ordinary SSL certificate(instead of DigiCert EV SSL certificate)during testing period? And what caused the above error ?thanks in advance.