I'll do my best to explain the situation:
Result:
The SSL connection could not be established, see inner exception
digging deeper into the inner exception I get:
System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception
digging deeper into the inner exception again I get:
Interiop+AndroidCrypto+SslException: Exception of type Interiop+AndroidCrypto+SslException was thrown
and this happens at System.Net.Security.SslStream<ForceAuthenticationAsync>
Why does it work on some android versions and not on others? Does it have something to do with the genereated self signed certificates? How can I make it work? Thank you for your time
Here is my scenario:
Now the problem:
What I have tried:
Questions:
Thank you for your time.