Extras tab won't work behind a http proxy.

Bug #495177 reported by Neil Soman
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Eucalyptus
Confirmed
Medium
Dmitrii Zagorodnov

Bug Description

Should be a way to specify and use a http proxy.

Changed in eucalyptus:
assignee: nobody → Dmitrii Zagorodnov (dmitrii)
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
ariel (garcia) wrote :

Confirm and agree, the setup for using a web-proxy is not documented anywhere and it is not fully working either:

- Adding
   export http_proxy=http://XXXXX:8000
   export https_proxy=https://XXXXX:8000
   export no_proxy=localhost,127.0.0.1
in /etc/default/image-store-proxy and then "service image-store-proxy restart" makes the image store (tab "Store" in the admin web interface) work.

- Adding

http.proxyHost=XXXXXXX
http.proxyPort=8000
http.nonProxyHosts=localhost|127.0.0.1

https.proxyHost=XXXXXXX
https.proxyPort=8000
https.nonProxyHosts=localhost|127.0.0.1

in /etc/java-6-openjdk/net.properties should be enough for the java components to work IMHO, but it doesn't help, the Extras tab (which is fetched using the Google web toolkit) doen't get it.

Revision history for this message
Andy Grimm (agrimm) wrote :

This issue is now being tracked upstream at http://eucalyptus.atlassian.net/browse/EUCA-2673

Please watch that issue for further updates.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.