Skip to main content
Migration Notice
We're migrating documentation from the old portal into this one. Some things may look a little different or out of place in the meantime — we know, and we're working to get it right. If something's unclear or doesn't look right, let us know.
Version: 4.4.0

Appliance Security Updates and Eyeglass Updates with HTTP Proxy

Introduction

Many environments route internet access through an HTTP proxy. Eyeglass software updates are hosted online, and the underlying operating system's security updates are also fetched over HTTP (via zypper). This guide covers configuring the appliance to use an HTTP proxy for both.

Configure HTTP Proxy

  1. Log in via SSH as admin.
  2. Elevate to root:
    sudo -s
  3. Run:
    yast
  4. Navigate to the proxy configuration screen and enter:
    • Proxy URL
    • User ID and password
note

You can also encode the username and password directly into the URL, which may be required for some proxy devices — for example: http://username:password@proxyaddress:port.

caution

HTTP proxy configuration is untested with the full range of proxy software solutions on the market and is not covered under maintenance contracts.