Trying to creatte the CEM Symantec Agent website in the console fails with an error: Configuration of IIS Website for Cloud-enabled management agent connection failed. See logs for details
In the console when creating the Symantec Agent website it would fail with the error below:
Configuration of IIS Website for Cloud-enabled management agent connection failed. See logs for details
The logs showed the following error:
Error executing Task '' (436fcc56-e81e-4b29-ac37-fa11d2ded66a). Exception: System.ArgumentNullException: Value cannot be null.
Parameter name: second
at System.Linq.Enumerable.SequenceEqual[TSource](IEnumerable`1 first, IEnumerable`1 second, IEqualityComparer`1 comparer)
at Altiris.NS.StandardItems.Product.CoreSolutionHelper.ChangeBindingInformation(String sSiteName, Int32 nNewPort, String sCertificateThumbprint)
at Altiris.NS.StandardItems.SiteManagement.AgentSiteCreateTask.ExecuteTask(Hashtable args, ItemTaskState state)
If we tried to manually bind the certficate to the site in IIS we would see the following error:
a specified logon session does not exist. it may already have been terminated binding a certificate
Windows 2012 R2
ITMS 8.0 HF3
When the certificate was imported into the certficate store they did not check the option make the certficate exportable.
Deleted the certficate and then re-imported the certficate and choose the option during the import to make the certficate exportable.