Marius Thesing
2025-07-15 21:13:42 +02:00
parent cd391cb666
commit fddb6e323b
@@ -539,7 +539,8 @@ namespace Renci.SshNet.IntegrationTests
{
using HttpClientHandler handler = new()
{
AllowAutoRedirect = false
AllowAutoRedirect = false,
CheckCertificateRevocationList = true,
};
using HttpClient httpClient = new(handler);
@@ -593,7 +594,8 @@ namespace Renci.SshNet.IntegrationTests
{
using HttpClientHandler handler = new()
{
AllowAutoRedirect = false
AllowAutoRedirect = false,
CheckCertificateRevocationList = true,
};
using HttpClient httpClient = new(handler);