iotedge: IoTEdge moduleClient.openAsync is not working.

I am trying to run IoTEdge code from VisualStudio dotnetcore version is 2.1, the moduleClient.openAsync() is stoped working and it wont’ do next action after few minutes i recieved time out error and it is in local env. added exception below are:

StackTrace " at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)\r\n at System.Net.Security.SslState.PartialFrameCallback(AsyncProtocolRequest asyncRequest)\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Net.Security.SslState.ThrowIfExceptional()\r\n at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)\r\n
at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)\r\n at System.Net.Security.SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult)\r\n at System.Net.Security.SslStream.<>c.<AuthenticateAsClientAsync>b__46_2(IAsyncResult iar)\r\n at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Azure.Amqp.TaskHelpers.EndAsyncResult(IAsyncResult asyncResult)\r\n
at Microsoft.Azure.Amqp.Transport.TlsTransport.HandleOpenComplete(IAsyncResult result, Boolean syncComplete)\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at Microsoft.Azure.Amqp.AsyncResult.End[TAsyncResult](IAsyncResult result)\r\n

                          at Microsoft.Azure.Amqp.AmqpObject.OpenAsyncResult.End(IAsyncResult result)\r\n   at Microsoft.Azure.Amqp.AmqpObject.EndOpen(IAsyncResult result)\r\n 
                          at Microsoft.Azure.Amqp.Transport.TlsTransportInitiator.HandleTransportOpened(IAsyncResult result)\r\n  


                          at Microsoft.Azure.Amqp.Transport.TlsTransportInitiator.OnTransportOpened(IAsyncResult result)\r\n
                          at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n 
                          at Microsoft.Azure.Devices.Client.Transport.Amqp.AmqpConnector.<InitializeTransport>d__12.MoveNext()\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n
                          at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n  
                          at Microsoft.Azure.Devices.Client.Transport.Amqp.AmqpConnector.<OpenConnectionAsync>d__11.MoveNext()\r\n  
                          at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n  
                          at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n 
                          at Microsoft.Azure.Devices.Client.Transport.Amqp.AmqpConnectionHolder.<EnsureConnection>d__16.MoveNext()\r\n 
                          at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n
                          at Microsoft.Azure.Devices.Client.Transport.Amqp.AmqpConnectionHolder.<AmqpSessionCreator>d__14.MoveNext()\r\n 
                          at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n 
                          at Microsoft.Azure.Devices.Client.Transport.Amqp.AmqpUnit.<OpenAsync>d__27.MoveNext()\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n  
                          at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n  
                          at Microsoft.Azure.Devices.Client.Transport.Amqp.AmqpTransportHandler.<OpenAsync>d__10.MoveNext()\r\n 
                          at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n 
                          at Microsoft.Azure.Devices.Client.Transport.ProtocolRoutingDelegatingHandler.<OpenAsync>d__5.MoveNext()\r\n  
                          at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n 
                          at Microsoft.Azure.Devices.Client.Transport.ErrorDelegatingHandler.<>c__DisplayClass22_0.<<ExecuteWithErrorHandlingAsync>b__0>d.MoveNext()\r\n 
                          at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n 
                          at Microsoft.Azure.Devices.Client.Transport.ErrorDelegatingHandler.<ExecuteWithErrorHandlingAsync>d__23`1.MoveNext()"               string

The VisualStudio output window details below:

‘dotnet.exe’ (CoreCLR: DefaultDomain): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Private.CoreLib.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Users\11016326\source\repos\AzureIotEdgeApp13\IotEdgeModule1\bin\Debug\netcoreapp2.1\IotEdgeModule1.dll’. Symbols loaded. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Runtime.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Threading.Tasks.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Runtime.Loader.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Console.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. Step into: Stepping over non-user code ‘IotEdgeModule1.Program.<>c__DisplayClass1_0…ctor’ ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Users\11016326.nuget\packages\microsoft.azure.devices.client\1.20.1\lib\netstandard2.0\Microsoft.Azure.Devices.Client.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\netstandard.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Net.Primitives.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Private.Uri.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Security.Cryptography.X509Certificates.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Security.Cryptography.Primitives.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Runtime.Extensions.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Collections.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Linq.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Runtime.InteropServices.RuntimeInformation.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Users\11016326.nuget\packages\dotnetty.codecs.mqtt\0.6.0\lib\netstandard1.3\DotNetty.Codecs.Mqtt.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Net.Security.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Users\11016326.nuget\packages\microsoft.azure.amqp\2.4.1\lib\netstandard1.3\Microsoft.Azure.Amqp.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Diagnostics.Tracing.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Text.RegularExpressions.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Threading.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Reflection.Emit.ILGeneration.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Reflection.Emit.Lightweight.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Reflection.Primitives.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Users\11016326.nuget\packages\microsoft.azure.devices.shared\1.16.0\lib\netstandard2.0\Microsoft.Azure.Devices.Shared.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Net.Http.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Collections.Concurrent.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Users\11016326.nuget\packages\system.configuration.configurationmanager\4.4.1\lib\netstandard2.0\System.Configuration.ConfigurationManager.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Collections.Specialized.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.IO.FileSystem.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Xml.ReaderWriter.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Private.Xml.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Runtime.InteropServices.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Net.WebClient.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.ComponentModel.Primitives.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Threading.Thread.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Memory.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Security.Cryptography.Algorithms.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Text.Encoding.Extensions.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.ComponentModel.TypeConverter.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Net.WebSockets.Client.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Net.WebSockets.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Net.Sockets.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Threading.Overlapped.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Net.NameResolution.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\Microsoft.Win32.Primitives.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Globalization.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.IO.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Threading.Timer.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Collections.NonGeneric.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Security.Cryptography.Encoding.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Security.Principal.Windows.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Security.Claims.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Security.Principal.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Resources.ResourceManager.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Reflection.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Diagnostics.StackTrace.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Reflection.Metadata.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Collections.Immutable.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Diagnostics.Debug.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Users\11016326.nuget\packages\dotnetty.transport\0.6.0\lib\netstandard1.3\DotNetty.Transport.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. ‘dotnet.exe’ (CoreCLR: clrhost): Loaded ‘C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.15\System.Net.Requests.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled. The thread 0x3bfc has exited with code 0 (0x0). The thread 0x485c has exited with code 0 (0x0). The thread 0x38b8 has exited with code 0 (0x0). The thread 0x8558 has exited with code 0 (0x0). The thread 0x20a8 has exited with code 0 (0x0). The thread 0x82c0 has exited with code 0 (0x0). The thread 0x5b88 has exited with code 0 (0x0). The thread 0x77e8 has exited with code 0 (0x0). Exception thrown: ‘Microsoft.Azure.Devices.Client.Exceptions.IotHubCommunicationException’ in System.Private.CoreLib.dll Exception thrown: ‘System.AggregateException’ in System.Private.CoreLib.dll The thread 0x7a68 has exited with code 0 (0x0). The thread 0x8bc0 has exited with code 0 (0x0). The thread 0x756c has exited with code 0 (0x0). The thread 0x8a0c has exited with code 0 (0x0).

Docker log below:   | Name | Value | Type – | – | – | – ▶ | InnerException | {“Authentication failed because the remote party has closed the transport stream.”} | System.Exception {System.IO.IOException}

Transient network error occurred, please retry.

<4> 2020-02-19 16:50:19.574 +05:30 [WRN] - TLS handshake failed.,

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 22 (10 by maintainers)

Most upvoted comments

I didn’t have Umbrella service running, but I did have DNS servers set on my network adapter. Removing this solved my issue.