【发布时间】:2010-11-03 23:59:35
【问题描述】:
运行方法时:
CFReadStreamSetProperty(theReadStream, kCFStreamPropertySSLSettings (CFDictionaryRef)tlsPacket->tlsSettings);
为了保护 CFReadStream 的连接,我的 iphone 客户端返回错误:
Error Domain=kCFStreamErrorDomainSSL Code=-9824 "Operation could not be completed. (kCFStreamErrorDomainSSL error -9824.)"
服务器发送错误:
ERROR [STDERR] javax.net.ssl.SSLHandshakeException: no cipher suites in common
有什么方法可以让 CFReadStream 在握手过程中使用额外的密码?
【问题讨论】:
标签: iphone objective-c sockets ssl cfreadstream