Skip to content

Commit

Permalink
Remove enforcement of Cert Revocation List Check (#3016)
Browse files Browse the repository at this point in the history
Remove enforcement of Cert Revocation List Check

Co-authored-by: Matteo Cominetti <[email protected]>
  • Loading branch information
BovineOx and teocomi authored Nov 1, 2023
1 parent e351149 commit 0d17425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/Core/Helpers/Http.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ public class SpeckleHttpClientHandler : HttpClientHandler
public SpeckleHttpClientHandler(IEnumerable<TimeSpan>? delay = null)
{
_delay = delay ?? Http.DefaultDelay();
CheckCertificateRevocationList = true;
}

protected override async Task<HttpResponseMessage> SendAsync(
Expand Down

0 comments on commit 0d17425

Please sign in to comment.