i'm trying place proxy between backend server(redhat, tomcat) , apns.
the library used generate push notifications pushy https://github.com/relayrides/pushy
i'm able server send push notification traffic somewhere other apns, calling proxy not issue.
problems: version of pushy use communicates apns via old binary protocol(tcp) instead of http/2 used in newer versions, due non-standard protocol, apache or other common proxy choices not work.
question:
- anyone know proxy work in case?
- if have code myself in java, have suggestions on library use, or what's best way go it?
to clear, pushy has supported proxies since v0.6, released on march 28, 2016. sounds have reasons sticking older version, if you're considering making substantial code changes, may best upgrade.
cheers!