Issue186

Project smart
Title Smart erro when using proxy
Priority bug Status done-review
Superseder Nosy List luizluca, rasker
Assigned To rasker Topics

Created on 2006-07-23.21:01:19 by luizluca, last changed 2008-07-01.10:25:06 by rasker.

Messages
msg1424 (view) Author: rasker Date: 2008-07-01.10:25:06
Retired

Reason for Retirement: Please confirm if this is still a problem in the latest
version of Smart.

Please reopen this issue in the new bugtracker if it is still an issue.
New Bugtracker : http://bugs.launchpad.net/smart
further details:
https://blueprints.launchpad.net/smart/+spec/bug-reporting-migration.
msg601 (view) Author: luizluca Date: 2006-07-23.21:04:23
ps: http://proxy.tre-sc.gov.br:3128/ doesn't allow connections to local servers
and my repo is in this intranet
msg600 (view) Author: luizluca Date: 2006-07-23.21:03:00
If http_proxy is set, smart uses it even if url in no_proxy var. I have to use
http_proxy= smart --gui to make it work

luizluca(aracaju) ~ # echo $http_proxy
http://proxy.tre-sc.gov.br:3128/
luizluca(aracaju) ~ # echo $no_proxy
localhost, 127.0.0.1, .tre-sc.gov.br, tre-sc.gov.br, 10.9.
luizluca(aracaju) ~ # echo $ftp_proxy
http://proxy.tre-sc.gov.br:3128/
luizluca(aracaju) ~ # smart --version
smart 0.42
History
Date User Action Args
2008-07-01 10:25:06raskersetstatus: chatting -> done-review
assignedto: rasker
messages: + msg1424
nosy: + rasker
2006-07-23 21:04:23luizlucasetmessages: + msg601
2006-07-23 21:03:02luizlucasetstatus: unread -> chatting
nosy: + luizluca
messages: + msg600
2006-07-23 21:01:20luizlucacreate