WSO2 EMM iOS 注册错误:"The Registration Authority's response is invalid"



在Mac(10.8)上安装WSO2 EMM服务器。根据iOS服务器配置指南制作自签名证书:https://docs.wso2.org/display/EMM100/iOS +服务器+配置

能够在iPad (iOS 7)上成功下载并安装自签名根CA。但是,在iPad上安装WSO2配置文件服务时出现错误:

"配置文件安装失败:注册管理机构的响应无效。"

尝试使用服务器域名和IP地址作为证书的CN,得到相同的错误。

MDM服务器端没有错误日志。

下面是iOS的错误日志:

Mar 18 11:55:09 XXXXX-iPad profiled[2191] <Notice>: (Error) MC: Cannot retrieve SCEP identity: NSError:
Desc   : The Registration Authority’s response is invalid.
US Desc: The Registration Authority’s response is invalid.
Domain : MCSCEPErrorDomain
Code   : 22003
Type   : MCFatalError
Mar 18 11:55:09 XXXXX-iPad profiled[2191] <Notice>: (Error) MC: Failure occurred while retrieving profile during OTA Profile Enrollment: NSError:
Desc   : The Registration Authority’s response is invalid.
US Desc: The Registration Authority’s response is invalid.
Domain : MCSCEPErrorDomain
Code   : 22003
Type   : MCFatalError
Mar 18 11:55:09 XXXXX-iPad profiled[2191] <Notice>: (Error) MC: Installation failed. Error: NSError:
Desc   : Profile Installation Failed
Sugg   : The Registration Authority’s response is invalid.
US Desc: Profile Installation Failed
US Sugg: The Registration Authority’s response is invalid.
Domain : MCInstallationErrorDomain
Code   : 4001
Type   : MCFatalError
...Underlying error:
NSError:
Desc   : The Registration Authority’s response is invalid.
US Desc: The Registration Authority’s response is invalid.
Domain : MCSCEPErrorDomain
Code   : 22003
Type   : MCFatalError
Extra info:
{
   isPrimary = 1;
}

可能有许多问题导致此操作。首先,与文档中一样,您必须使用生成的CA对生成的RA进行签名。打开证书,查看签名者是否是您创建的根CA。下一件事是导入到wso2mobilemdm时。JKS必须指定别名和私钥密码。EMM附带了一些默认配置。如果它与您的别名和密码不匹配,这将不起作用。要检查这一点,只需导航到{安装文件夹}/repository/conf/mdm-config.xml文件。检查是否有正确的RA配置。一旦更改了这些条目,就需要重新启动服务器。让我知道这是否适合你。

相关内容

最新更新