fdln / gcm

Automatically exported from code.google.com/p/gcm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCM through Proxy

GoogleCodeExporter opened this issue · comments


I am trying to work GCM through proxy . I don't find any way to give my proxy 
details in the GCM server docs . 

I tried to set the System.setProperty . But it is not working for me .

The only way i can able to work it by modifying the gcm-server .  [ Included 
proxy details in Post() method . ]

Thanks 
D.Murugesan

Original issue reported on code.google.com by sweat.mu...@gmail.com on 28 Aug 2012 at 10:03

Can you please tell me what to change? if you do not mind can you send me the 
modified file?

Original comment by raorepa...@gmail.com on 6 Sep 2012 at 1:24

my email id is raorepalle@gmail.com

Original comment by raorepa...@gmail.com on 6 Sep 2012 at 1:48

raorepalle at gmail. Please send me the modified file to my email id.

Thanks a lot in advance.

Original comment by raorepa...@gmail.com on 6 Sep 2012 at 1:49

You can also set https.proxyHost and https.proxyPort java parameters.

Original comment by tlas...@gmail.com on 29 Nov 2012 at 1:27

I also tried :
System.setProperty("http.proxyHost", XXXX);
System.setProperty("http:proxyPort", XXX);
But does not seem make a difference. Would like to know if anyone has succeeded.

Original comment by dawityif...@gmail.com on 2 Nov 2013 at 11:22