Re: SSLHandshakeException suddenly occurring

2014-03-20 Thread Ray Tsang (AdWords API Team)
Ian, The URL is documented in our Report guide. For v201402, the endpoint is https://adwords.google.com/api/adwords/reportdownload/v201402. Cheers, Ray On Thursday, March 20, 2014 11:33:24 AM UTC-4, Ian Hayes wrote: > > Hi Ray

Re: SSLHandshakeException suddenly occurring

2014-03-20 Thread Ian Hayes
Hi Ray, Thanks for your reply! We believe the issue is related to our corporate firewall - could you tell me the URL/IP used for ReportDownloader.downloadReport(), so that we can fix the firewall issue? Thanks, Ian On Wednesday, March 19, 2014 4:12:42 PM UTC-4, Ray Tsang (AdWords API Team) w

Re: SSLHandshakeException suddenly occurring

2014-03-19 Thread Ray Tsang (AdWords API Team)
Ian, It looks like a underlying issue w/ SSL connection. It appears that you are using Java. Would you be able to try a few things? First - verify that SSL connection works w/ the endpoint via curl or wget. You won't be able to retrieve anything but if SSL handshake fails then we know it's n

SSLHandshakeException suddenly occurring

2014-03-19 Thread Ian Hayes
Suddenly calls to the AdWords API that have been working for months are failing with : java.lang.RuntimeException: Error running Awql query SELECT Month, Cost FROM ACCOUNT_PERFORMANCE_REPORT DURING 20140301,20140331 Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connect