harry1064 / APNS2

MIT License
1 stars 6 forks source link

Proxy Mode #5

Open FredyBellidoTenorio opened 7 years ago

FredyBellidoTenorio commented 7 years ago

Hi Harry,

The current implementation does not allow usage of a proxy. This would be a great feature for those having to use APNS2 behind firewalls. Are there any other suggestions on how use it in such an environment where internet access is restricted?

Thanks for you help! Kind regards.

harry1064 commented 7 years ago

hey Fredy,

Can you please confirm which Http protocol version your proxy server is using.It should be HTTP/2.0 because to communication to the Apple push notification service is only made through this protocol.

FredyBellidoTenorio commented 7 years ago

Hi Harry,

Yes is HTTP/2.0.

harry1064 commented 7 years ago

your proxy server is in node js?

FredyBellidoTenorio commented 7 years ago

I would like to know if your APNS2 Module can be used with a proxy, as the machine Where is going to be located doesn't have internet direct connection, the internet output would be made through a proxy.

harry1064 commented 7 years ago

right now it can' t but will try to add that as new feature by tomorrow and will let you know.

FredyBellidoTenorio commented 7 years ago

Thanks for you help!

harry1064 commented 7 years ago

you are welcome!