我们的 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 端口吗?