WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [RESOLVED] Proxy and Extensions download  (Read 2237 times)

Offline io78

  • Newbie
  • *
  • Posts: 1
[RESOLVED] Proxy and Extensions download
« on: February 03, 2011, 06:02:56 AM »
Hi,

i am setting http_proxy but when i run AppBrowser and click 'Connect' TCL show me alert popup 'Connection error'.

I follow this steps

1 - open console
2 - export http_proxy="username:password@proxy:port"
3 - wget www.google.com => i download index.html so i supposed proxy is ok
3 - run AppBrowser from bar
4 - click Connect
5 - Popup connection error

Why AppBrowser show me connection error??

thanks
« Last Edit: February 03, 2011, 08:59:00 AM by io78 »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: [RESOLVED] Proxy and Extensions download
« Reply #1 on: February 03, 2011, 09:31:20 AM »
One program or window cannot alter the environment of another.
You must add your environment variables to .ashrc.
Then you must exit X and logout completely.
Log back in, and your environment variable should be set.

Offline chikatambun

  • Newbie
  • *
  • Posts: 2
Re: [RESOLVED] Proxy and Extensions download
« Reply #2 on: May 28, 2011, 10:13:13 AM »
after doing the second thread

just logout then the commandline will appear ...
$ startx
[will come back to gui, then ..]
$ ./.ashrc
$ appbrowser
[loading]

then on the appbrowser click connect.. it should works

Offline chikatambun

  • Newbie
  • *
  • Posts: 2
Re: [RESOLVED] Proxy and Extensions download
« Reply #3 on: May 29, 2011, 12:40:04 AM »
sir i've got the problem when the proxy authentication begin

export http_proxy="http://username:password@host:port"

in my case:

export http_proxy="http://my_username:my_password@host_ip:port_ip"

on my_username field there is a character "chika@mycompany.com"
i've try "chika%40mycompany.com"

but no luck

no problem like this when transparant proxy

how to override the problem