Proxy credentials in Network Settings

Asked by KARTHIK

Many programs use the Proxy setings in the Network Settings for Proxy details.

Barring a few programs like Firefox, the other programs don't have support to pop up and ask for proxy credentials.

Keeping this in mind, shouldn't there be a way to enter proxy credentials in Network Settings.

I am sure this feature was there in the previous versions.

Since, dconf already has entries for proxy username and password, the only change needed is in the UI, which should not be tough to implement.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-control-center Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; uname -a; apt-cache policy network-manager

Thanks

Revision history for this message
KARTHIK (kannankarthik1992) said :
#2

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise
Linux karthik-Aspire-5742G 3.2.0-34-generic #53-Ubuntu SMP Thu Nov 15 10:48:16 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

And the output of:

 apt-cache policy network-manager

Thanks

Revision history for this message
KARTHIK (kannankarthik1992) said :
#4

network-manager:
  Installed: 0.9.4.0-0ubuntu4.1
  Candidate: 0.9.4.0-0ubuntu4.1
  Version table:
 *** 0.9.4.0-0ubuntu4.1 0
        500 http://ftp.iitm.ac.in/ubuntu/ precise-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     0.9.4.0-0ubuntu3 0
        500 http://ftp.iitm.ac.in/ubuntu/ precise/main amd64 Packages

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

run:

gedit ~/.bashrc

add:

export http_proxy=http://proxyusername:proxypassword@proxyaddress:proxyport
export ftp_proxy=http://proxyusername:proxypassword@proxyaddress:proxyport

Save the new file, close your text editor and run:

source ~/.bashrc

Then try your apps

Revision history for this message
KARTHIK (kannankarthik1992) said :
#6

I do have the proxy environment variables set up. But, still many apps don't respect the proxy environment variables.

But considering that the cahnges in Network settings directly affect the dconf settings, I feel that there should be an option for proxy credentials correspnding to the entries in dconf.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

I suggest you report a bug, it may get added

Can you help with this problem?

Provide an answer of your own, or ask KARTHIK for more information if necessary.

To post a message you must log in.