Testing my Xamarin cross-platform app on an Android Device, I have the following message when I try to make an HTTP request: "System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Mono.Btls.MonoBtlsException: Ssl error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER at /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/boringssl/ssl/tls_record.c:217" and "SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER"
Testing the app on Android Emulator it works fine, but in phisically device I have this error. I read that is a problem with server certificates, but how can I solve it?
Best Regards :)