Public bug reported:

Package: gnome-control-center Version:  1:3.4.2-0ubuntu19
Ubuntu Version: 12.10

When configuring a proxy server there is no option to set the correct
protocol to use.

I have an HTTP only proxy but if i use http://IPAddress  for all values
of the proxy (HTTP, HTTPS, FTP,SOCKS) the resulting systems vars are:

ftp_proxy="ftp://IPAddress:3128/";
http_proxy="http://IPAddress:3128/";
https_proxy="https://IPAddress:3128/";
socks_proxy="socks://IPAddress:3128/"


which makes ftp browsing to stop working since my proxy only accepts HTTP 
protocol....

the expect values are:

ftp_proxy="http://IPAddress:3128/";
http_proxy="http://IPAddress:3128/";
https_proxy="http://IPAddress:3128/";
socks_proxy="http://IPAddress:3128/";

** Affects: gnome-control-center (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1098143

Title:
  Network proxy settings do not respect proxy protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1098143/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to