SSL 超时和“未知 SSL 协议”错误
使用 PHP SDK v3.1.1,我遇到了 SSL 错误,这些错误在过去 4-5 天内显着降低了我的应用程序(高流量)的速度:
"CurlException: 28: SSL connection timeout"
"CurlException: 35: Unknown SSL protocol error in connection to graph.facebook.com:443"
"CurlException: 35: Unknown SSL protocol error in connection to api-read.facebook.com:443"
我看到其他人也遇到了这些问题,所以我认为这可能是 Facebook 方面的问题,不是我的?
提前致谢, 酒吧。
Using PHP SDK v3.1.1, I'm experiencing SSL errors that are slows down my app (high traffic) significantly for the last 4-5 days:
"CurlException: 28: SSL connection timeout"
"CurlException: 35: Unknown SSL protocol error in connection to graph.facebook.com:443"
"CurlException: 35: Unknown SSL protocol error in connection to api-read.facebook.com:443"
I saw other people having these issues, so I think it may be on Facebook's side and not mine?
Thanks in advance,
Bar.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遇到了同样的问题,在 github 中挖掘后做了以下修复:
希望有帮助
Had the same problem, did following for fix after digging in github:
Hope it helps