Hello A System.Net.WebException: Error: TrustFailure error occurs
The operating system is Centos 6
The error contents are as follows
System.Net.WebException: Error: TrustFailure (Authentication failed, see inner exception.) —> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. —> Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED
at /builddir/build/BUILD/mono-6.12.0.90/external/boringssl/ssl/handshake_client.c:1132
at Mono.Btls.MonoBtlsContext.ProcessHandshake () [0x00048] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake (Mono.Net.Security.AsyncOperationStatus status, System.Boolean renegotiate) [0x000da] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at (wrapper remoting-invoke-with-check) Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake(Mono.Net.Security.AsyncOperationStatus,bool)
at Mono.Net.Security.AsyncHandshakeRequest.Run (Mono.Net.Security.AsyncOperationStatus status) [0x00006] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at Mono.Net.Security.AsyncProtocolRequest.ProcessOperation (System.Threading.CancellationToken cancellationToken) [0x000fc] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
— End of inner exception stack trace —
at Mono.Net.Security.MobileAuthenticatedStream.ProcessAuthentication (System.Boolean runSynchronously, Mono.Net.Security.MonoSslAuthenticationOptions options, System.Threading.CancellationToken cancellationToken) [0x00262] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at Mono.Net.Security.MonoTlsStream.CreateStream (System.Net.WebConnectionTunnel tunnel, System.Threading.CancellationToken cancellationToken) [0x0016a] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at System.Net.WebConnection.CreateStream (System.Net.WebOperation operation, System.Boolean reused, System.Threading.CancellationToken cancellationToken) [0x001ba] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
— End of inner exception stack trace —
at System.Net.WebConnection.CreateStream (System.Net.WebOperation operation, System.Boolean reused, System.Threading.CancellationToken cancellationToken) [0x0021a] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00141] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at System.Net.WebOperation.Run () [0x0009a] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at System.Net.WebCompletionSource1[T].WaitForCompletion () [0x00094] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task
1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at System.Net.HttpWebRequest.GetResponse () [0x00016] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at System.Net.WebClient.GetWebResponse (System.Net.WebRequest request) [0x00000] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at System.Net.WebClient.DownloadBits (System.Net.WebRequest request, System.IO.Stream writeStream) [0x000e6] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at System.Net.WebClient.DownloadFile (System.Uri address, System.String fileName) [0x00088] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at System.Net.WebClient.DownloadFile (System.String address, System.String fileName) [0x00008] in <2f8f8f21cd414d84b3ddeb4281c7a63f>:0
at (wrapper remoting-invoke-with-check) System.Net.WebClient.DownloadFile(string,string)
at Duplicati.Library.AutoUpdater.UpdaterManager.CheckForUpdate (Duplicati.Library.AutoUpdater.ReleaseType channel) [0x000ee] in <8d4cb1693e00483189d3952c3f0ed20f>:0
Any solution? thank you