Closed GoogleCodeExporter closed 9 years ago
In my /usr/bin/gcalcli at 226 string feedPrefix =
'http://www.google.com/calendar/feeds/' , http is correct for me, but when use
tcpdump -i eth1 dst google.com, and run "gcalcli list" im find next
10:13:16.032583 IP spongebob.34278 > 74.125.87.105.https: Flags [S], seq
2524636656, win 5840, options [mss 1460], length 0
10:13:19.031041 IP spongebob.34278 > 74.125.87.105.https: Flags [S], seq
2524636656, win 5840, options [mss 1460], length 0
10:13:25.031022 IP spongebob.34278 > 74.125.87.105.https: Flags [S], seq
2524636656, win 5840, options [mss 1460], length 0
10:13:43.554583 IP spongebob.34280 > 74.125.87.105.https: Flags [S], seq
2954665857, win 5840, options [mss 1460], length 0
10:13:46.551044 IP spongebob.34280 > 74.125.87.105.https: Flags [S], seq
2954665857, win 5840, options [mss 1460], length 0
Why gcalcli try connect thru https ? Whe and whay i need change?
When i change http on https problem still unchanged.
Original comment by vklimov1...@gmail.com
on 31 Aug 2010 at 6:36
I'm pretty sure the python gdata module does not support auth info embedded in
the url. You need to set the following environment variables. This has been
tested and works.
http_proxy
https_proxy
proxy-username or proxy_username
proxy-password or proxy_password
Original comment by eda...@insanum.com
on 5 Aug 2011 at 5:12
Original issue reported on code.google.com by
vklimov1...@gmail.com
on 27 Aug 2010 at 12:18