Open GoogleCodeExporter opened 9 years ago
Hi Quyen
Can you add this code and let me know if it works? (Note https instead of http)
systemSettings.put("https.proxyHost", "proxy");
systemSettings.put("https.proxyPort", "8080");
If this doesn't work I will try to setup a proxy at my end and debug it.
Regards
Nabeel Mukhtar
Original comment by nabeelmukhtar
on 5 Jan 2010 at 5:07
Hi Nabeel,
Great, it works with your setting.
Thank you very much,
Quyen
Original comment by thucquye...@gmail.com
on 5 Jan 2010 at 12:16
Original comment by nabeelmukhtar
on 5 Jan 2010 at 1:01
Hi Nabeel,
Just for your information:
-authentication process uses https protocol
-retrieving data uses http protocol
Cheers,
Quyen
Original comment by thucquye...@gmail.com
on 5 Jan 2010 at 9:26
Hi again,
Now i can connect to the proxy with HTTPS but i have a new error :-)
Caused by: java.io.IOException: Unable to tunnel through proxy. Proxy returns
"HTTP/1.0 407 Proxy Authentication Required"
I must use my user name and password but i don't really know how to set these.
I
tried:
systemSettings.put("https.proxyUserName", "xxx");
systemSettings.put("https.proxyPassword", "yyy");
But it doesn't work even with http.proxyUser...
Ty.
Original comment by thomasme...@gmail.com
on 28 Jan 2010 at 12:22
Has to be reopened for the proxy authentication issue.
Original comment by nabeelmukhtar
on 29 Jan 2010 at 5:41
Original issue reported on code.google.com by
thucquye...@gmail.com
on 4 Jan 2010 at 8:35