ManifestDownloadFailure: <Number> times, MM/DD/YYYY hh:mm:ss
<line#>:MM/DD/YY hh:mm:ss [INFO] ... ManifestDownloadFailure, AddDownloadError: Error[Content download failed]
<line#>:[YYYY-MM-DD hh:mm:ss.ssssss]... ReMgr : TAProcessEvent : Added [ContentDownloadFailure] Telemetry event to Telemetry Event Sink.
| URL | Port | Direction | SSL and Packet Inspection |
| content.carbonblack.io | TCP/443 | Outbound | Disabled |
C:\> Get-TlsCipherSuite -Name <Cipher_Suite_Name> If nothing is returned the cipher suite is not enabled Example with TLS 1.2/FIPs compliant cipher suite C:\> Get-TlsCipherSuite -Name TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
C:\> Get-TlsCipherSuite | foreach {$_.Name}
C:\> Enable-TlsCipherSuite -Name <Cipher_Suite_Name> Example with TLS1.2 and FIPs compliant Cipher Suite C:\> Enable-TlsCipherSuite -Name TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384