Bug 70698 - Summary screen doesn't work if you are behind a proxy
Summary: Summary screen doesn't work if you are behind a proxy
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: evolution
Version: limbo
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-08-04 09:32 UTC by Need Real Name
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-08-04 09:32:14 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-08-04 09:32:10 UTC
Description of Problem:
The summary (RDF) channels do not work if the machine is behind a proxy. Instead
of seeing the summary, evolution displays an "Error downloading RDF" message.

Version-Release number of selected component (if applicable):
1.0.8-4

How Reproducible:
Everytime

Steps to Reproduce:
1. Run evolution
2. subscribe to some summary channels
3. go to the summary page

Actual Results:
Evolution is unable to load the RDF

Expected Results:
Should see the list of summaries for slashdot, the register (for example).

Additional Information:
There does not seem to be a place within evolution for specifying the proxy.

I have specified a default proxy for gnome to use, but evolution doesn't seem to
know it's there.

Comment 1 Jeremy Katz 2002-08-04 15:45:41 UTC
That's because evolution is a GNOME1 app and so doesn't use the GNOME 2 proxy
settings.  To set the proxy settings evolution uses (used to be done from
nautilus... but nautilus uses gnome2 now) you can do the following (from the
Ximian support database)

1. Open a terminal.
2. Enter the command:
gconftool-1 --type=bool --set /system/gnome-vfs/use-http-proxy "TRUE"

3. Then, enter the command:
gconftool-1 --type=string --set /system/gnome-vfs/http-proxy-host "your-proxy-url"

4. Then, enter the command:
gconftool-1 --type=int --set /system/gnome-vfs/http-proxy-port "8080"

5. some other useful options are:
gconftool-1 --type=BOOL --set /system/gnome-vfs/http-proxy-authorization "TRUE"
gconftool-1 --type=STRING --set /system/gnome-vfs/proxy-authorization-user
"USERNAME"
gconftool-1 --type=STRING --set
/system/gnome-vfs/http-proxy-authorization-password "PASSWORD"


Note You need to log in before you can comment on or make changes to this bug.