Hello,
I'm setting http proxy to connect to apns gateway through this method : setProxyHandlerFactory(new HttpProxyHandlerFactory(proxy))
When i send a notification i get this error :
javax.net.ssl.SSLException: failure when writing TLS control frames java.util.concurrent.ExecutionException: javax.net.ssl.SSLException: failure when writing TLS control frames at io.netty.util.concurrent.DefaultPromise.get(DefaultPromise.java:349)
I can successfully send push in the case without proxy.
Can you help me ?
Best regards