authenticateWithCredential

时间:2016-11-14 09:32:07

标签: realm realm-mobile-platform

我收到了这样的错误

  

错误域= NSURLErrorDomain代码= -1004“无法连接到   服务器。“UserInfo = {NSUnderlyingError = 0x1744467e0 {错误   Domain = kCFErrorDomainCFNetwork Code = -1004“(null)”   UserInfo = {_ kCFStreamErrorCodeKey = 61,_kCFStreamErrorDomainKey = 1}},   NSErrorFailingURLStringKey = https://192.243.48.203:9080/auth,   NSErrorFailingURLKey = https://192.243.48.203:9080/auth,   _kCFStreamErrorDomainKey = 1,_kCFStreamErrorCodeKey = 61,NSLocalizedDescription =无法连接到服务器。}

在我的iOS项目中执行authenticateWithCredential时

有人可以帮忙吗?谢谢!

2 个答案:

答案 0 :(得分:1)

从它的外观来看,我认为你应该这样做:

1.Install the macOS bundle Frome https://realm.io/cn/docs/get-started/installation/mac/
2.please Starting Realm Object Server

像这样:enter image description here

3.you're using the localhost IP address`127.0.0.1`

enter image description here     4.登录 enter image description here     你完成了!恭喜!

答案 1 :(得分:0)

您正在连接到非SSL端口,但要求客户端通过SSL连接。这可能行不通。

此外,请注意,默认情况下,在Realm对象服务器中禁用SSL,因为我们无法在安装包中提供有效的证书。这是需要在安装软件包后手动设置的。

作为参考,默认情况下,如果启用SSL支持,则端口将为9443。如果您未在服务器上设置任何有关SSL的内容,则需要使用非SSL的端口9080,因此请使用realm://代替realms://