Working with HTTP Proxies
For Managed RHEL no predefined proxy configuration is in place. Configuring the OS to use HTTP proxies can be done by setting standard environment variables. These are the NO_PROXY
, HTTP_PROXY
and HTTPS_PROXY
environment variables. The customer can configure both an HTTP and HTTPS proxy for his purpose. Domains for which no proxying should be performed must be specified via the NO_PROXY
environment variable.
Example Proxy Configuration
HTTP_PROXY=http://<ip_addr>:<port>/
HTTPS_PROXY=https://<ip_addr>:<port>/
NO_PROXY=.sccloudinfra.net
For Managed Windows no predefined proxy configuration is in place. If you want to set a proxy you can do this over the Internet explorer configuration. You can do this following the official documentation from Microsoft in the chapter 'Use the Browser settings'.
These are the exceptions that you have to set:
"*.scmgmt.net", "*.sccloudres.net", "*.sccloudinfra.net", "*.swisscom.com"
The exceptions listed above are mandatory for the services we provide to continue running. You can also see how to set these exceptions in the official documentation from Microsoft in the chapter 'Use the Browser settings'.