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: SSL

An image of door lock.

Add a Self-Hosted Server with SSL for Development

September 22, 2017October 3, 2017Munir HusseiniNo Comments
This entry is part 2 of 6 in the series Monkey Logon - Xamarin, ASP.NET Core 2 & External OAuth

In the previous article, we created a new web application with ASP.NET Core 2 using the “ASP.NET Core Web Application”…

Read More 10600 views

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

SSL Needs Certificates

November 16, 2011September 29, 2017Munir Husseini1 Comment

There are many blogs out there describing how to configure a WCF service to use SSL (for example this one…

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