Re: Connection refused with proxy obtaining access token

2016-10-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi Christopher, The issue you're encountering could be better reviewed by the library owner. You may get in touch with them by filing an issue through this link . This will enable them to keep track of the issue as well. Thanks and regard

Re: Connection refused with proxy obtaining access token

2016-10-03 Thread christopher . juettner
UPDATE: I change the cUrl options from -F to -d and that fixed the cUrl command so at least I know I can get an access token via server-to-server call. UPDATE: I "shaded" in some more jars so know I have a new stack trace: java -cp /hadoop/user/findlaw/jars/adwords/AdWordsApi.jar com.findlaw

Re: Connection refused with proxy obtaining access token

2016-10-03 Thread christopher . juettner
Shwetha, Yes I'm using the AdWords API Java client library. Here is my command to execute the application: java -cp /hadoop/user/findlaw/jars/adwords/AdWordsApi.jar com.findlaw.adwords.AdWordsApiApplication -Dhttp.proxyHost=webproxy.h.corp.services -Dhttp.proxyPort=80 -Dhttps.proxyHost=webproxy

Re: Connection refused with proxy obtaining access token

2016-09-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Christopher, Are you using the AdWords API Java client library to make API requests? Could you try setting the properties mentioned here and try again? Thanks, Shwetha, AdWord

Connection refused with proxy obtaining access token

2016-09-30 Thread christopher . juettner
Okay, I'm stuck authenticating to the Google API and looking for ideas. I have tried so many suggestions from the web but none seem to get me past the connection issue. I am waiting to talk to a Linux admin to see if the proxy is blocking outbound requests to Google, but I thought I would po