Hi I am all of a sudden getting an SSL error when connecting to SignalR from my Xamarin Android app. it is only on Android, not on iPhone.
I am running dot net core WebApi and can connect to that from the Android app (https://) , but SignalR is throwing an error when running the StartAsync() method on the hub connection
Any ideas how to resolve or how to investigate this further please?
Message "The SSL connection could not be established, see inner exception."
InnerException {System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED at /Users/builder/jenkins/workspace/archive-mono/…}
StackTrace " at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore (System.IO.Stream stream, System.Net.Security.SslClientAuthenticationOptions sslOptions, System.Threading.CancellationToken cancellationToken) [0x000f6] in /Users/builder/jenkins/workspace/arch…"