To disable SSL verification while making HTTP calls with System.Net.Http.HttpClient in a Xamarin app on android, you need to supply a SSLSocketFactory and HostnameVerifier with all checks disabled. To do this, you’ll need to subclass AndroidClientHandler and override the appropriate methods.