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

Month: August 2017

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 15216 views

ASPNETCORE 2.0 Identity – Redirect URL signin-* Returns 404

August 1, 2017October 26, 2018Munir Husseini2 Comments

When creating an ASP.NET Core web application using the web app template in VS 2017 preview, a web application with…

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