The new docs.trellix.com offers a modernized UI and AI-powered features like conversational searches. Content is currently available only in English. Other languages will be available in mid-October 2026. We hope you enjoy the new experience.

Configure the proxy authentication for systemd based systems

Prev Next

Navigate to the respective directory and configure the environment variable and its value.

  1. Navigate to the directory and open the file.

    /lib/systemd/system/mfetpd.service

  2. In Service section, add an entry.

    <environment variable>=<user's proxy settings>

    For example: http_proxy="http://username:usernamepassword@sampleproxy.url:5678"

  3. Reload the mfetpd service.

    systemctl daemon-reload