Bug 454057

Summary: should network proxy preferences set also environment variable https_proxy?
Product: [Fedora] Fedora Reporter: Luca Foppiano <luca>
Component: control-centerAssignee: Control Center Maintainer <control-center-maint>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 9CC: rstrode
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-04 14:30:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Luca Foppiano 2008-07-04 07:04:30 UTC
Description of problem:
When I set a proxy in network proxy preferences and I set https proxy or I
toggle the checkbox "use the same proxy for all protocols", system set the
environment variable http_proxy but not https_proxy.

Version-Release number of selected component (if applicable):
control-center-2.22.2.1-1.fc9.x86_64

How reproducible:
Just set proxy for all protocol, open a shell and type "env | grep proxy", you
should got only http_proxy and no_proxy environment variables.

Steps to Reproduce:
1. set proxy in "network proxy preferences" (set also https proxy or check the
"use the same proxy for all protocols")
2. open a terminal
3. type "env | grep proxy"
  
Actual results:
you get only http_proxy and no_proxy environment variables

Expected results:
you should get also https_proxy

Comment 1 Bastien Nocera 2008-07-04 14:30:33 UTC
It can't, because you can't change the envvar of already started shells. So
changing the proxy settings wouldn't change the proxy settings of already
started applications/shells.