Currently I worked on Flurl and I tried to contact an API in https (I am in my lab). So the certificate is not valid and Flurl can't continue to work :/
Here is my error message:
Unhandled Exception: System.AggregateException: One or more errors occurred. (Call failed. The SSL connection could not be established, see inner exception. POST https://IP/api/aaaLogin.json) ---> Flurl.Http.FlurlHttpException: Call failed. The SSL connection could not be established, see inner exception. POST https://IP/api/aaaLogin.json ---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
In Flurl documentation we can use using Flurl.Http.Configuration;
and modify the DefaultHttpClientFactory
However I do not understand the elements specified to say of jumped over the errors.
On the web I can see the same case: https://github.com/tmenier/Flurl/issues/365 Do you have an issue for this problem?
Thank you!