Jorge Arellano

Results 2 comments of Jorge Arellano

We were facing the same error when running the code in a docker container in Linux, we added the ServerCertificateCustomValidationCallback for the HttpClientHandler being used during client initialization inside the...

We were getting a **RemoteCertificateNameMismatch** policy status error during certificate validation inside a Linux container, no issue in windows. After looking at this issue https://github.com/dotnet/runtime/issues/35880 we confirmed that it was...