There are two methods to change the LiveUpdate settings; Centralized console, or xmlmodifier.
To change the LiveUpdate protocol to HTTPS via the Centralized Console
- Open the centralized console, and navigate to the Policies tab.
- Select the policy to be changed and click the Edit button.
- Select the System tab, scroll to the bottom of the page, and expand the LiveUpdate Settings section.
- Under Protcol enter https
- Under Port enter 443.
- Click Save.
LiveUpdate will now use the HTTPS protocol for any servers/groups with this policy applied.
To change the LiveUpdate protocol to HTTPS via xmlmodifier
- Open a command prompt, and navigate to the SPE install directory.
Default on Windows: cd C:\Program Files\Symantec\Scan Engine.
Default on Linux: cd /opt/SYMCScan/bin.
- Run the command xmlmodifier -s /liveupdate/UpdateServer/Protocol/@value https liveupdate.xml
- Run the command xmlmodifier -s /liveupdate/UpdateServer/Port/@value 443 liveupdate.xml
- Restart the Symantec Protection engine service.
For Windows, net stop symcscan, followed by net start symcscan
For Linux, /etc/init.d/symscan restart
After taking these steps, LiveUpdate will now use HTTPS for communications to Symantec servers.