Address feedback from kubernetes-client/csharp#103. (#108)
This commit is contained in:
committed by
Brendan Burns
parent
29083095f1
commit
4f01fd38ef
@@ -42,7 +42,9 @@ namespace k8s
|
||||
Options.ServerCertificateCustomValidationCallback = (sender, certificate, chain, sslPolicyErrors) =>
|
||||
{
|
||||
if (sslPolicyErrors != SslPolicyErrors.RemoteCertificateChainErrors)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user