Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Connection Timed Out.... seems like a firewall issue. what does the debugging
say?
Original comment by idbill.p...@gmail.com
on 11 May 2011 at 10:58
Not sure if this is a firewall issue..tried the same from home and office
network, and getting the same connection timed out exception.
Here is what we do
public class Constants {
// APNs Server Host & port
public static String HOST = "gateway.sandbox.push.apple.com";
public static int PORT = 2195;
public static String CERTIFICATE = "local cert path";
public static String PASSWWORD = "password";
public static String DEVICE = "iPhone";
public static String SOUND = "default";
public static int BADGE = 66;
}
pushManager.initializeConnection(Constants.HOST, Constants.PORT,
Constants.CERTIFICATE, Constants.PASSWWORD,
SSLConnectionHelper.KEYSTORE_TYPE_PKCS12);
Original comment by arulmala...@gmail.com
on 12 May 2011 at 2:23
what does the debugging output say?
http://code.google.com/p/javapns/wiki/Tips
Original comment by idb...@pugetworks.com
on 16 May 2011 at 4:26
arulmalar.t, were you able to solve the connection issue you reported? If so,
could you elaborate on what was the problem and how you solved it? May we
close the issue as fixed?
Original comment by sype...@gmail.com
on 7 Sep 2011 at 3:46
Issue suspected of being caused by user-specific network environment /
configuration.
Closing issue as no feedback was received since issue was reported.
Please feel free to re-open if the issue is still valid.
Original comment by sype...@gmail.com
on 14 Sep 2011 at 3:53
Original issue reported on code.google.com by
arulmala...@gmail.com
on 9 May 2011 at 1:37