简体   繁体   English

用户评论时,iPhone应用程序错误:sslv3警报证书已过期

[英]iPhone app error when user comments: sslv3 alert certificate expired

We just released a new version of our rails application and our iPhone app still works fine except when a user goes to comment on a post they get a 500 error. 我们刚刚发布了Rails应用程序的新版本,我们的iPhone应用程序仍然可以正常工作,除非用户对帖子发表评论时会收到500错误。 They can still make a post, but not comment. 他们仍然可以发布信息,但不能发表评论。

We're getting this error 我们收到此错误

"error = "SSL_connect returned=1 errno=0 state=SSLv3 read finished A: sslv3 alert certificate expired"; “错误=”返回的SSL_connect = 1 errno = 0状态= SSLv3读取完成A:sslv3警报证书已过期“;

What needs to be done to fix this? 需要做什么来解决这个问题? Thanks 谢谢

The server administrator needs to replace the expired certificate(s) in the chain. 服务器管理员需要替换链中已过期的证书。 This may require getting renewed certificates from the Certificate Authority. 这可能需要从证书颁发机构获取更新的证书。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM