Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unexpected end of stream on Connection {api.sandbox.push.apple.com:443 #83

Open
mikezang opened this issue Mar 11, 2021 · 3 comments
Open

Comments

@mikezang
Copy link

NotificationResponse{error=null, httpStatusCode=-1, responseBody='null', cause=java.io.IOException: unexpected end of stream on Connection{api.sandbox.push.apple.com:443, proxy=HTTP @ MyProxy.mydomain.co.jp/x.y.z.i:443 hostAddress=/x.y.y.i:443 cipherSuite=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 protocol=http/1.1}}

What can I do? does anyone meet the same issue?

@DziubaR
Copy link

DziubaR commented Mar 15, 2021

I have the same issue. I have added jetty alpn agent (implementation group: 'org.mortbay.jetty.alpn', name: 'jetty-alpn-agent', version: '2.0.10') but it didn’t help me.
I use java8 with SpringMVC(not boot) framework

@mccraigmccraig
Copy link

i've just started to encounter this issue in a dev build - we haven't seen it in our production builds

the difference is maybe JDK version - the dev build is using a newer JDK (still java 8) from prod

@JungWonYong
Copy link

I have same problem almost same situation with @mccraigmccraig.
After I did version up linux and Java 8 update minor version,
unexpected end of stream error being started.

I am using 2016 version. So I should to version up to 2.0, I think.
v2.0.0 - Support for Support for JDK8u252+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants