You've set up Apache web server as a reverse proxy on your SEPM, but your Linux clients are unable to download updates.
SEPM 14.3
Linux SEP client 14.3
If you're troubleshooting virus definition download issues from your SEP for Linux agent to your SEPM configured as a reverse proxy, first identify where the problem might lie:
The following tests can help you pinpoint the problem.
If successful, the zip file masttri.zip will be downloaded. Note: this link will fail if you have not completed the above article Apache web server as a reverse proxy
curl
tool (or similar) to test connectivity and attempt downloading masttri.zip
.curl -I http://<SEPM_IP_or_Hostname>:<port>/luproxy/masttri.zip
Replace <SEPM_IP_or_Hostname> and <port> with the actual IP address/hostname/FQDN and port of your SEPM configured as a reverse proxy. Use the same settings provided in the LiveUpdate policy on your SEPMSEPM_Install\apache\logs\access-%Z.log
. You can check the response code for each request.X.X.X.X - - [21/Aug/2024:19:31:16 +1200] "GET /luproxy/masttri.zip HTTP/1.1" 200 6434043
X.X.X.X
is the IP address of the remote endpoint requesting the content.opt/Symantec/sdcssagent/AMD/sef/Logs/lux.log
). Confirm the hostname (IP address) and port are correct.……
11:45:06.788525 [Server Selection - START]
11:45:06.791989 Result Code: 0x80010830
11:45:06.792013 Result Message: FAIL - failed to select server
11:45:06.792034 [Server - START]
11:45:06.792053 Host ID: {7007012E-74AA-45E5-A6D2-82EF7A14F59B}
11:45:06.792067 Status Code: 1
11:45:06.792081 Status Message: Server was not selected
11:45:06.792097 Transport Return Code: 0x80010732
11:45:06.792111 Transport Return Message: FAIL - file not found
11:45:06.792124 Protocol: HTTP
11:45:06.792138 Hostname: xxx.xxx.xxx.xxx (IP address)
11:45:06.792151 Port: 8014
11:45:06.792164 Path: /luproxy
11:45:06.792178 Proxy ID: {00000000-0000-0000-0000-000000000000}
11:45:06.792191 Proxy Bypass: false
11:45:06.792204 [Server - END]
11:45:06.792219 Used proxy list was empty
11:45:06.792232 [Server Selection - END]
……….
If the Hostname and port observed in the Liveupdate log are not correct: