【发布时间】:2015-12-28 10:14:35
【问题描述】:
我遇到了与此问题iOS9 getting error “an ssl error has occurred and a secure connection to the server cannot be made” 中报告的相同的错误
我已经使用 PayPal URL https://mobileclient.paypal.com 与 SSL 实验室核实过,它告诉我它只支持以下密码...
TLS_RSA_WITH_RC4_128_SHA
TLS_RSA_WITH_RC4_128_MD5
TLS_RSA_WITH_AES_256_CBC_SHA
TLS_RSA_WITH_AES_128_CBC_SHA
TLS_RSA_WITH_3DES_EDE_CBC_SHA
与 Apple 文档https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/ 中列出的密码不完全匹配
我想问的是密码不完全相同的问题吗?就 PayPal 而言,我当然不想绕过 ATS,是吗?
【问题讨论】: