I have installed iOS14 on my iPhone and trying to enroll to a MDM server which has self signed certificate. The enrollment is throwing out an error that the server certificate is invalid.
I have already installed the trust profile which has the certificate and enable full trust under General - About - Certificate Trust Store settings.
The same device enrolls well when the device is on iOS 13.x but fails to enroll with iOS14.
I have already installed the trust profile which has the certificate and enable full trust under General - About - Certificate Trust Store settings.
The same device enrolls well when the device is on iOS 13.x but fails to enroll with iOS14.
Code Block iphone logs: Install profile data, interactive error. Error: NSError: Desc : 描述文件安装失败 Sugg : “https://192.168.22.30:443/iosapp/profile?tenant_id=mdm”的服务器证书无效。 US Desc: Profile Installation Failed US Sugg: The server certificate for “https://192.168.22.30:443/iosapp/profile?tenant_id=mdm” is invalid. Domain : MCInstallationErrorDomain Code : 4001 Type : MCFatalError ...Underlying error: NSError: Desc : “https://192.168.22.30:443/iosapp/profile?tenant_id=mdm”的服务器证书无效。 US Desc: The server certificate for “https://192.168.22.30:443/iosapp/profile?tenant_id=mdm” is invalid. Domain : MCHTTPTransactionErrorDomain Code : 23002 Type : MCFatalError Params : ( "https://192.168.22.30:443/iosapp/profile?tenant_id=mdm" ) Extra info: { isPrimary = 1; }
Hi,
FQDN based certificates seem to work, only IP based self signed certs are not supported anymore.
According to the radar ticket we opened, this is due to changes announced in https://support.apple.com/en-us/HT210176.
We're seeing the same with macOS 11.
FQDN based certificates seem to work, only IP based self signed certs are not supported anymore.
According to the radar ticket we opened, this is due to changes announced in https://support.apple.com/en-us/HT210176.
We're seeing the same with macOS 11.