Closed AdiMarianMutu closed 4 years ago
Added new API to allow configure HttpClientHandler:
var engine = var engine = EngineBuilder.New().ConfigureResourceProvider(
r => r.Http(
h => h.ConfigureClientHandler(
c => c.ServerCertificateCustomValidationCallback+= (message, certificate2, arg3, arg4) => true )))
.Build();
Hi,
I get this error when I use OpenUrl with this site
Using the last version of Visual Studio with Xamarin.
My test code: