We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964c523 commit a388e22Copy full SHA for a388e22
test/Renci.SshNet.IntegrationTests/SshTests.cs
@@ -542,7 +542,8 @@ public void Ssh_LocalPortForwardingCloseChannels()
542
{
543
using HttpClientHandler handler = new()
544
545
- AllowAutoRedirect = false
+ AllowAutoRedirect = false,
546
+ CheckCertificateRevocationList = true,
547
};
548
549
using HttpClient httpClient = new(handler);
@@ -598,7 +599,8 @@ public void Ssh_LocalPortForwarding()
598
599
600
601
602
603
604
605
606
0 commit comments