-
pushy version = 0.150
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
It looks like APNs had an outage last night where TLS/SSL connections could not be negotiated -- we got plenty of those errors, and a few of these too:
|
Beta Was this translation helpful? Give feedback.
-
The outage spanned from about 20:40 UTC, then was resolved by 00:30 UTC. There's nothing on their official system status page, https://developer.apple.com/system-status/ . |
Beta Was this translation helpful? Give feedback.
-
I tried to introduce <dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.54.Final</version>
<scope>runtime</scope>
</dependency> , but I encountered the same problem,
but the same code, I am normal in the Windows environment, and I report this error after deploying to a Linux server. |
Beta Was this translation helpful? Give feedback.
-
@jchambers would you can help me |
Beta Was this translation helpful? Give feedback.
-
@kkrgwbj It sounds like we're trying to cover a few distinct issues here. The first issue sounds like it was caused by an upstream outage—thanks, @jmason, for calling that out (and it's good to hear from you!). I'm not sure what's going on in the second case, but it sounds like this is more of a general request for technical support than it is a specific bug report. With that in mind, I'm going to move this to a "discussion" rather than an "issue." |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
thank,After upgrading to Netty 4.1.85, it's working fine