Every time I try to connect to chat I receive the following error:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
My colleagues using Windows 7 do not have this problem. Note: adding eM Client to Windows Firewall allowed applications did not resolve the issue.
Here is the actual error log:
10:38:23.443|013| OnError: System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. —> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
10:38:23.443|013| at System.Net.Sockets.Socket.Receive(Byte buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
10:38:23.443|013| at System.Net.Sockets.NetworkStream.Read(Byte buffer, Int32 offset, Int32 size)
10:38:23.443|013| — End of inner exception stack trace —
10:38:23.443|013| at System.Net.Sockets.NetworkStream.Read(Byte buffer, Int32 offset, Int32 size)
10:38:23.443|013| at System.Net.FixedSizeReader.ReadPacket(Byte buffer, Int32 offset, Int32 count)
10:38:23.443|013| at System.Net.Security.SslState.StartReceiveBlob(Byte buffer, AsyncProtocolRequest asyncRequest)
10:38:23.443|013| at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
10:38:23.443|013| at System.Net.Security.SslState.StartSendBlob(Byte incoming, Int32 count, AsyncProtocolRequest asyncRequest)
10:38:23.443|013| at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte buffer, AsyncProtocolRequest asyncRequest)
10:38:23.443|013| at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
10:38:23.443|013| at System.Net.Security.SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
10:38:23.443|013| at bedrock.net.AsyncSocket.StartTLS()
10:38:23.459|013| OnError: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
10:38:23.459|013| at System.Net.Sockets.Socket.Receive(Byte buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
10:38:23.459|013| at System.Net.Sockets.NetworkStream.Read(Byte buffer, Int32 offset, Int32 size)