You downloaded CWP Agent installer for Linux with configured HTTPS Proxy and installed on the Linux OS.
You observed that CWP Agent communicates successfully with the CWP Portal, but Anti-Malware Virus definitions are not getting updated.
Release : 1
AMD LiveUpdate component uses environment variable to setup the proxy for its service.
There is a known issue for the CWP Agent version lower than 6.8.2.80 with HTTPS proxy communication.
If you are using CWP Agent on Linux version lower than 6.8.2.80 with HTTPS proxy configured you have to perform the following to resolve the issue:
#1 Upgrade CWP Agent to the version 6.8.2.80
OR
#2 Implement the workaround
vim /etc/systemd/system/sisamddaemon.service
Environment=https_proxy=https://<HTTPS Proxy IP Address>:<HTTPS Proxy Port>
Example: Environment=https_proxy=https://192.168.1.254:8080