Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Tag: HttpClient

Xamarin on Android: Bypass SSL Verification With HttpClient

August 26, 2017September 29, 2017Munir Husseini1 Comment

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.

Read More 15297 views
(c) 2011-2020 Munir Husseini