You've set up Apache web server as a reverse proxy on your Symantec Endpoint Protection Manager (SEPM), but your Symantec Endpoint Protection (SEP) Linux clients are unable to download updates.
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 6434043X.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: 0x8001083011:45:06.792013 Result Message: FAIL - failed to select server11:45:06.792034 [Server - START]11:45:06.792053 Host ID: {7007012E-74AA-45E5-A6D2-82EF7A14F59B}11:45:06.792067 Status Code: 111:45:06.792081 Status Message: Server was not selected11:45:06.792097 Transport Return Code: 0x8001073211:45:06.792111 Transport Return Message: FAIL - file not found11:45:06.792124 Protocol: HTTP11:45:06.792138 Hostname: xxx.xxx.xxx.xxx (IP address)11:45:06.792151 Port: 801411:45:06.792164 Path: /luproxy11:45:06.792178 Proxy ID: {00000000-0000-0000-0000-000000000000}11:45:06.792191 Proxy Bypass: false11:45:06.792204 [Server - END]11:45:06.792219 Used proxy list was empty11:45:06.792232 [Server Selection - END]……….
If the Hostname and port observed in the Liveupdate log are not correct:If the Hostname and port observed in the LiveUpdate log are correct:
Example: http://localhost:8014/luproxy/minitri.flg
The LiveUpdate client determines whether the target LiveUpdate server is valid/active based on whether it can successfully download minitri.flg.
If masttri.zip can be downloaded but minitri.flg cannot, it is highly likely that a proxy server, firewall, or other network appliance connected to the SEPM is blocking or interfering with the download of minitri.flg by some reason.