The Cloud Enabled Management (CEM) agents can't connect to the network through the gateway and the errors received include:
No connection could be made because the target machine actively refused it. Getting 403.16 errors in IIS with Server 2012 R2
Client logs showed the following errors:
Operation 'Connect' failed.Protocol: httpHost: NSserver.example.comPort: 443Path: /Http status: 0Secure: YesId: {87430CA0-3180-44F7-814A-783D62D44596}Error type: Connection errorError result: 0x8007274DError code: 0Error note: SocketIOStrategySyncSelect::Connect errorError message: No connection could be made because the target machine actively refused it
Operation 'Head' failed.Protocol: httpHost: NSserver.example.comPort: 443Path: /Altiris/NS/Agent/CreateResource.aspxHttp status: 403Secure: YesId: {A4047091-DF99-4D3D-8F6B-98F748FDC8B6}Error type: HTTP errorError result: 0x80042D21Error code: 0Error note: HTTP status: 403 Forbidden. Empty response content received, probably web server is not running or URL is invalid. In some cases Windows can return response header with Content-Length field but with empty response payloadError message: Error 0x80042D21 (No description available)
Failed to send data to 'HTTPS://NSserver.example.com:443/Altiris/NS/Agent/CreateResource.aspx?nsversion=1', error: HTTP status: 403 Forbidden. Empty response content received, probably web server is not running or URL is invalid. In some cases Windows can return response header with Content-Length field but with empty response payload (0x80042D21)
Configure Server Mode: Failed to receive server version from 'NSserver.example.com '
ITMS 8.x
SMP or Task server running on Windows 2012 R2 server
Wildcard certificates, self-signed or internal CA.
Microsoft changed the default way that SSL works with server 2012. See the following articles for information on how Certificate are used in Windows 2012:
You can try setting the registry keys below to get the Server 2012 to send the certificate trust list like it did in Server 2008. On the Notification Server or the Task Server, create the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL
Create: ClientAuthTrustMode = dword:2
Create: SendTrustedIssuerList = dword:1