Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Failed to built TCP connection : Cloud management Gateway SCCM

  • Thread starter Thread starter Kirankr31
  • Start date Start date
  • Replies Replies 5
  • Views Views 7K

Kirankr31

Active Member
Messages
32
Reaction score
1
Points
6
Please help,,, below is the error in SMS_CLOUD_PROXYCONNECTOR.log



Trying to build Tcp connection c67cc3bf-daae-4d25-913f-13f2891ece21 with server xyz.COM:10140

Starting to connect to Proxy server xtz.COM:443 with client certificate 78547DB5C377EBE140D1CADE632735D319F858C0 and connection ID ca67a1e3-ac15-4697-a0b8-0233b9761353...

ERROR: Failed to build Tcp connection c67cc3bf-daae-4d25-913f-13f2819ece21 with server xxxxx.COM:10140. Exception: System.Net.WebException: TCP CONNECTION: Failed to connect TCP socket with proxy server ---> System.Net.Sockets.SocketException: No such host is known~~ at System.Net.Dns.GetAddrInfo(String name)~~ at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)~~ at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)~~ at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)~~ at Microsoft.ConfigurationManager.CloudConnection.ProxyConnector.TcpConnection.Connect()~~ --- End of inner exception stack trace ---~~ at Microsoft.ConfigurationManager.CloudConnection.ProxyConnector.TcpConnection.Connect()~~ at Microsoft.ConfigurationManager.CloudConnection.ProxyConnector.ConnectionBase.Start()~~ at Microsoft.ConfigurationManager.CloudConnection.ProxyConnector.ConnectionManager.MaintainConnections()
 
Hi Prajwal,
kind of strange...there is no error in cloudmgr.log but error:
Configuration version of the CMG service should be 2.
Failed to get CMG service metadata. Status code is '401' and status description is 'CMGService_Invalid_Client_Certificate'...................
 

Attachments

what version of SCCM are you using? Are you using HTTPS PKI or are you using eHTTP? Is your trusted root certificate imported in the CMG properties? Did you configure the bindings in IIS to use the certificate for https?
 
what version of SCCM are you using? Are you using HTTPS PKI or are you using eHTTP? Is your trusted root certificate imported in the CMG properties? Did you configure the bindings in IIS to use the certificate for https?
I am running SCCM in 2002. I am using PKI external wildcard certificate and Trusted root certificate imported from my domain properties.
I try to follow your instruction SCCM CMG https://www.prajwaldesai.com/setup-sccm-cloud-management-gateway/
I don't see anything about using IIS binding. do we need to configure IIS binding?
much appreciate your help.
 
Back
Top