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 cd391cb commit fddb6e3Copy full SHA for fddb6e3
test/Renci.SshNet.IntegrationTests/SshTests.cs
@@ -539,7 +539,8 @@ public void Ssh_LocalPortForwardingCloseChannels()
539
{
540
using HttpClientHandler handler = new()
541
542
- AllowAutoRedirect = false
+ AllowAutoRedirect = false,
543
+ CheckCertificateRevocationList = true,
544
};
545
546
using HttpClient httpClient = new(handler);
@@ -593,7 +594,8 @@ public void Ssh_LocalPortForwarding()
593
594
595
596
597
598
599
600
601
0 commit comments