DoruAdryan / gcm

Automatically exported from code.google.com/p/gcm
Apache License 2.0
0 stars 0 forks source link

GCM through Proxy #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
my email id is raorepalle@gmail.com

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
You can also set https.proxyHost and https.proxyPort java parameters.

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

GoogleCodeExporter commented 9 years ago
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