Yes, https.* properties worked. I completely overlooked the fact that https connection is used. Thank you very much!
On 14 июн, 10:53, "Ryan Boyd (Google)" <[EMAIL PROTECTED]> wrote: > Hi Petr, > > It sounds like the request might be failing when performing the > ClientLogin authentication. This request requires SSL and I believe > SSL proxies to be set separately in Java. > > Try setting corresponding 'https.proxyHost' and 'https.proxyPort' > properties and see if that solves the issue. > > I think this can depend upon the version of Java, but here are a few > places on the web that may provide > hints:http://forum.java.sun.com/thread.jspa?threadID=413312&tstart=135http://java.sun.com/products/jsse/install.html > > I haven't had a chance to test this yet myself, but feel free to let > me know if this doesn't work and I'll investigate further. > > Thanks! > > -Ryan > > On Jun 13, 11:43 pm, Petr Panteleyev <[EMAIL PROTECTED]> > wrote: > > > Well, I've just looked through HttpGDataRequest.java and got > > completely confused. GData uses the same HttpURLConnection but proxy > > seems not working. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
