mwkirk / javapns

Test import of svn javapns repo from Google Code
3 stars 0 forks source link

Javapns from https tunnelling error #130

Closed mwkirk closed 11 years ago

mwkirk commented 11 years ago

Original author: willpowe...@gmail.com (June 25, 2012 18:57:05)

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: http://code.google.com/p/javapns/issues/detail?id=130

mwkirk commented 11 years ago

From sype...@gmail.com on July 02, 2012 21:23:44 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.