View Issue Details

IDProjectCategoryView StatusLast Update
0001491SOGoWeb Calendarpublic2012-06-04 12:15
Reporterthierry Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Version1.3.9 
Summary0001491: Can't subscribe remote calendar via http_proxy
Description

In our university, all http/https traffic need to pass by a proxy server (SQUID non transparent config).

How to subscribe to a remote calendar (like http://www.mozilla.org/projects/calendar/caldata/FrenchHolidays.ics) from SOGo with this constraint?

I try to set http_proxy and https_proxy variables in different environment without success. Global in /etc/profile, /etc/bash.bashrc (SOGo user has bash as default shell on our platform), locally in .bashrc, .profile from the user home dir.

Please, could you help?

Additional Information

Debian GNU/Linux Squeeze
Sogo 1.3.9
Squid 3.1.6

TagsNo tags attached.

Activities

ludovic

ludovic

2012-05-31 19:13

administrator   ~0004000

Try with v1.3.15a and try setting:

   CURLOPT_PROXY
          Set  HTTP  proxy to use. The parameter should be a char * to a zero terminated string holding the host name or dotted IP address. To specify port number in this string, append
          :[port] to the end of the host name. The proxy string may be prefixed with [protocol]:// since any such prefix will be ignored. The  proxy's  port  number  may  optionally  be
          specified with the separate option. If not specified, libcurl will default to using port 1080 for proxies.  CURLOPT_PROXYPORT.

          When you tell the library to use an HTTP proxy, libcurl will transparently convert operations to HTTP even if you specify an FTP URL etc. This may have an impact on what other
          features of the library you can use, such as CURLOPT_QUOTE and similar FTP specifics that don't work unless you tunnel through the HTTP proxy. Such tunneling is activated with
          CURLOPT_HTTPPROXYTUNNEL.

          libcurl respects the environment variables http_proxy, ftp_proxy, all_proxy etc, if any of those are set. The CURLOPT_PROXY option does however override any possibly set envi-
          ronment variables.
thierry

thierry

2012-06-04 07:22

reporter   ~0004011

Last edited: 2012-06-04 07:22

Thanks Ludovic,

Sorry, setting http_proxy in the starting script does the job.
Please, close this issue.

Issue History

Date Modified Username Field Change
2011-11-10 11:05 thierry New Issue
2012-05-31 19:13 ludovic Note Added: 0004000
2012-06-04 07:22 thierry Note Added: 0004011
2012-06-04 07:22 thierry Note Edited: 0004011
2012-06-04 12:15 ludovic Status new => closed
2012-06-04 12:15 ludovic Resolution open => no change required