yarj / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

Javapns from https tunnelling error #130

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
What do I have to configure the proxy to in order to use javapns from https? I 
have changed the settings but with no avail

What is the expected output? What do you see instead?
Here is a trace from javapns: Trace output: Unable to tunnel through. Proxy 
returns \"HTTP/1.1 403 Target service not 
allowed\"javapns.communication.exceptions.CommunicationException: Communication 
exception: java.io.IOException: Unable to tunnel through. Proxy returns 
\"HTTP/1.1 403 Target service not allowed

What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.

I really appreciate any help.

Original issue reported on code.google.com by willpowe...@gmail.com on 25 Jun 2012 at 6:57

GoogleCodeExporter commented 8 years ago
The error message you provided seems to be self-explanatory...  your proxy is 
telling you that you are not authorized to communicate with the target service 
through it.  This is a security configuration issue you need to resolve on your 
proxy server first.

Original comment by sype...@gmail.com on 2 Jul 2012 at 9:23