connection reset - apns

I got an exception when send a push notification in PROD environment but it works in UAT environment.I'm getting below exception,

Exception while waiting for error code: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset

Why I got this exception and how to avoid this issue?

Replies

Hi,
I am facing the same issue when invoking a POST call to APPLE Rest API below.

https://appleid.apple.com/auth/token

We did confirm, there is no firewall issues and we also installed signer chain certificates on IBM WAS v9 but still see java.net.SocketException: Connection reset

If you were able to figure this out please share your thoughts.