maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Harmattan Proxy settings (https://talk.maemo.org/showthread.php?t=84222)

slaapliedje 2012-05-11 18:43

Harmattan Proxy settings
 
Am I blind, stupid or just confused?

I have looked all over the place online and through the settings dialogs, and I don't see where you can set up a proxy for the N9.

I tried setting it with gconftool and gconftool-2, but it still wasn't using the proxy settings for the browser.

Basically I want to set up a script that will be launched by ProfileMatic when I connect to the WiFi at work, so that I can still log onto the facebook program. I don't really use facebook, but I use it for testing purposes.

Any clue on how to do this? Any help would be most appreciative.

slaapliedje

rainisto 2012-05-11 18:54

Re: Harmattan Proxy settings
 
Quote:

Originally Posted by slaapliedje (Post 1205394)
Am I blind, stupid or just confused?

I have looked all over the place online and through the settings dialogs, and I don't see where you can set up a proxy for the N9.

I tried setting it with gconftool and gconftool-2, but it still wasn't using the proxy settings for the browser.

Basically I want to set up a script that will be launched by ProfileMatic when I connect to the WiFi at work, so that I can still log onto the facebook program. I don't really use facebook, but I use it for testing purposes.

Any clue on how to do this? Any help would be most appreciative.

slaapliedje

go to internet settings, and set it there, for example choose/edit wifi network that you want and add proxies manually in there.

cynik606 2012-05-11 19:51

Re: Harmattan Proxy settings
 
Quote:

Originally Posted by rainisto (Post 1205402)
go to internet settings, and set it there, for example choose/edit wifi network that you want and add proxies manually in there.

Yeah, and what to do if it is proxy authenticated? Where to inform user and passwd???

slaapliedje 2012-05-11 20:07

Re: Harmattan Proxy settings
 
Quote:

Originally Posted by cynik606 (Post 1205432)
Yeah, and what to do if it is proxy authenticated? Where to inform user and passwd???

What he said!

Yeah, I was blind, for whatever reason I saw "advanced settings disconnect and my brain thought it was the same for some reason. Cursed lack of sleep!

slaapliedje

Nad 2012-05-11 20:31

Re: Harmattan Proxy settings
 
try setting the username And it may ask for the pass. It try an encrypted method e.g tls.
biggest problem i have it that many apps don't want to work when the proxy is enabled!

rainisto 2012-05-11 20:37

Re: Harmattan Proxy settings
 
usually at least on normal http_proxy is given like
Code:

http://username:password@hostname

soomsar 2013-03-23 11:52

Re: Harmattan Proxy settings
 
Plesae someone help :(
i cant find anyway to set username and password for proxy :(

thedead1440 2013-03-25 08:09

Re: Harmattan Proxy settings
 
soomsar,

Did you read rainisto's post just 2 posts above yours?

soomsar 2013-03-25 08:33

Re: Harmattan Proxy settings
 
Quote:

Originally Posted by thedead1440 (Post 1331555)
soomsar,

Did you read rainisto's post just 2 posts above yours?

Sure,But can't insert : or @ !
Why?!no other ways?

soomsar 2013-03-29 17:00

Re: Harmattan Proxy settings
 
no one?please help me :(

solbrit 2015-02-10 15:43

Re: Harmattan Proxy settings
 
I know how to enable a proxy in settings, but how do you enable it from terminal? I thought this would do the trick
Code:

export http_proxy=http://server:port
but it seems to do nothing, neither as user nor as root...

peterleinchen 2015-02-10 23:37

Re: Harmattan Proxy settings
 
It does.

But only for that terminal.
And what a bout http_user and http_pass?
or htttp_proxy=user:pass@server.com:port
What do you try to establish?

--edit
Nice one ;)
http_proxy = user : pass @ server.com : port

solbrit 2015-02-10 23:52

Re: Harmattan Proxy settings
 
Basically I want to make a desktop file that'll run a script that first enables http/https (or better yet, socks) proxy and then opens an ssh tunnel to the server.

Edit: What I'd really like to know is how to enable through terminal the same global proxy settings (not just that terminal) that you can get going to settings and editing the network connection in there.

peterleinchen 2015-02-11 06:36

Re: Harmattan Proxy settings
 
Problem with Harmattan (also Fremantle) is there is no real 'global' proxy settings. The one from settings mainly (only?) affeccts browser but not any terminal proggie.

Not sure atm where it is stored, I would peek with
gconftool -R / | grep -i proxy

solbrit 2015-02-11 09:33

Re: Harmattan Proxy settings
 
Quote:

Originally Posted by peterleinchen (Post 1460376)
Problem with Harmattan (also Fremantle) is there is no real 'global' proxy settings. The one from settings mainly (only?) affeccts browser but not any terminal proggie.

Not sure atm where it is stored, I would peek with
gconftool -R / | grep -i proxy

Thanks, that shows the server and port are set, so I tried this:
Code:

gconftool --set /system/proxy/mode --type string manual
gconftool --set /system/http_proxy/use_http_proxy --type bool true

But checking the browser it seems nothing has changed...


All times are GMT. The time now is 21:11.

vBulletin® Version 3.8.8