This package gives the ability to load images from sources with untrusted (self-signed) certificates
Instruction:
-
Install 2 nuget packages on your Xamarin.Android project:
-
Inject instance of
UnsafeUrlLoadingAppGlideModule
during application startup:GlideAppModuleInjector.Inject(new UnsafeUrlLoadingAppGlideModule());
-
Enjoy using it!