我们的 https 服务,使用了自定义的端口 4443,在浏览器,Android 上的 App 请求都是正常的,但是在 iOS 里,会报以下错误
Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSEerrorFailingURLStringKey=https://xxx.xxx.net:4443/api/v1/users
切换成标准 443 就没用问题,想请教一下各位大神,在 iOS 里是不支持自定义的 SSL 端口吗?
1
gxm44 OP 问题解决了,是因为在 iOS 里,是强制使用 TLSv1.2 的,所以 server 端一定要开启 TLSv1.2 的支持。
|