ios - APNS P12 证书停止工作?
<p><p>我正在使用 ASP.NET 服务器向 APNS 发送推送通知。我正在使用 PushSharp 库。突然,推送通知停止工作。我遇到了这个异常,</p>
<pre><code>The maximum number of Send attempts to send the notification was reached
</code></pre>
<p>我搜索发现APNS不再支持SSL v3。 <a href="https://developer.apple.com/news/?id=10222014a" rel="noreferrer noopener nofollow">https://developer.apple.com/news/?id=10222014a</a>我发现最新版本的库也在使用 Tls。所以我更新了图书馆。但现在我明白了,</p>
<pre><code>System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
</code></pre>
<p>我的 .p12 证书有效期为 2014 年 3 月 4 日至 2015 年 3 月 4 日。当 APNS 支持 SSL v3 时,我生成了 .p12 证书文件。我需要更新 p12 证书吗?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我已更新 APNS 证书(.p12 文件)和 PushSharp 库,现在使用 TLS 而不是 SSL v3.0(易受 POODLE 攻击)。现在问题解决了。</p></p>
<p style="font-size: 20px;">关于ios - APNS P12 证书停止工作?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/27776342/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/27776342/
</a>
</p>
页:
[1]