pombreda / gcalcli

Automatically exported from code.google.com/p/gcalcli
0 stars 0 forks source link

Make gcalcli work via proxy from behind a firewall #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run gcalcli from behind a corporate firewall

What is the expected output? What do you see instead?

expected that gcalcli config file can specify HTTP_PROXY, expected that
environment variables should be checked and used if set. Nice if gcalcli
can check Linux/GNOME-based system-wide proxy settings

What version of the product are you using? On what operating system?

gcalcli on version 1.2 running on Ubuntu 7.04 x86

Please provide any additional information below.

Original issue reported on code.google.com by ross.cam...@gmail.com on 9 Oct 2007 at 6:50

GoogleCodeExporter commented 9 years ago

Actually http proxy support does work without any changes to gcalcli.  Google 
GData
library looks for the following environment variables:

  http_proxy
  https_proxy
  proxy-username
  proxy-password

Note that they are "lowercase".

Original comment by insa...@gmail.com on 9 Oct 2007 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by insa...@gmail.com on 9 Oct 2007 at 7:51

GoogleCodeExporter commented 9 years ago
just tested this against my corporate proxy server (by setting the https_proxy
environment variable) and it worked

Original comment by insa...@gmail.com on 9 Oct 2007 at 8:04

GoogleCodeExporter commented 9 years ago

Original comment by eda...@insanum.com on 27 Jul 2011 at 4:59