I would check your ssl/tls options in your project properties --> android options --> advanced. Maybe you do not have the right tls option selected.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Why I am getting this error:
{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 routine…}
for this line:
XElement root = XElement.Load("https://www.domain.com/myapp.xml");
It works perfectly on iOS but crashing on Android
Kindly help..
Thanks,
Jassim
I would check your ssl/tls options in your project properties --> android options --> advanced. Maybe you do not have the right tls option selected.