Created
November 2, 2022 22:25
-
-
Save DevelopMan/fdd9e5356452598c7a691f08615847b0 to your computer and use it in GitHub Desktop.
dotnet-install logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-11-02T22:59:11 Downloading dotNet 4.5.1 | |
2022-11-02T22:59:41 System.Management.Automation.MethodInvocationException: Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel." ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. | |
at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception) | |
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) | |
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) | |
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) | |
at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) | |
at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) | |
at System.Net.ConnectStream.WriteHeaders(Boolean async) | |
--- End of inner exception stack trace --- | |
at System.Net.WebClient.DownloadFile(Uri address, String fileName) | |
at DownloadFile(Object , Object[] ) | |
at System.Management.Automation.DotNetAdapter.AuxiliaryMethodInvoke(Object target, Object[] arguments, MethodInformation methodInformation, Object[] originalArguments) | |
--- End of inner exception stack trace --- | |
at System.Management.Automation.DotNetAdapter.AuxiliaryMethodInvoke(Object target, Object[] arguments, MethodInformation methodInformation, Object[] originalArguments) | |
at System.Management.Automation.DotNetAdapter.MethodInvokeDotNet(String methodName, Object target, MethodInformation[] methodInformation, Object[] arguments) | |
at System.Management.Automation.Adapter.BaseMethodInvoke(PSMethod method, Object[] arguments) | |
at System.Management.Automation.ParserOps.CallMethod(Token token, Object target, String methodName, Object[] paramArray, Boolean callStatic, Object valueToSet) | |
at System.Management.Automation.MethodCallNode.InvokeMethod(Object target, Object[] arguments, Object value) | |
at System.Management.Automation.MethodCallNode.Execute(Array input, Pipe outputPipe, ExecutionContext context) | |
at System.Management.Automation.ParseTreeNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context) | |
at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context) | |
2022-11-02T15:07:53 Failed to download file. | |
2022-11-02T15:07:53 Starting installation process... | |
2022-11-02T15:07:53 System.InvalidOperationException: This command cannot be executed due to the error: The system cannot find the file specified. | |
at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord) | |
2022-11-02T15:07:53 Exception during install process. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment