iPhone-https 连接中的 SSL 域错误
我正在使用 CFNetwork 连接到 https webservice ,其服务器经过 Verisign 认证。有时我会从服务器得到适当的响应。但其余时间我会遇到两种错误。 1.“操作无法完成。(kCFStreamErrorDomainSSL 错误 -9807。) 2.“操作无法完成。(kCFStreamErrorDomainSSL错误-4。)”
我使用的是SDK 3.0,也在3.1中进行了测试。我没有得到一致的结果。请有人帮我解决这个问题。
问候, 克里希南
I am using CFNetwork to connect to a https webservice , whose server is a Verisign certified. I get the appropriate response from the server some times. But the rest of the time I am getting two kind of errors.
1."Operation could not be completed. (kCFStreamErrorDomainSSL error -9807.)
2."Operation could not be completed. (kCFStreamErrorDomainSSL error -4.)"
I am using SDK 3.0 and tested it in 3.1 also. I don't get a consistent result. Please some one help me to solve the issue.
Regards,
Krishnan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该问题仅发生在模拟器中,而不是设备中。因此,如果有人遇到此问题,请检查您的设备,它应该可以正常工作。
The problem only occurred in the simulator and not in the Device. So if some one comes across this problem, please check in your device and it should work.
您应该检查设备或模拟器上的日期和时间。错误的时间/日期将导致您无法连接。
You should check the date and time on your device or simulator. A wrong time/date will prevent you from connecting.