Skip to content

Commit

Permalink
Merge pull request #3086 from mconnew/PortVertificateTimeFixToMaster
Browse files Browse the repository at this point in the history
Fix certificate chain validation VerificationTime issue
  • Loading branch information
StephenBonikowsky authored Nov 30, 2018
2 parents c1438b9 + 58b5596 commit afb5f7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public override void Validate(X509Certificate2 certificate)

if (_chainPolicy != null)
{
_chainPolicy.VerificationTime = DateTime.Now;
chain.ChainPolicy = _chainPolicy;
}

Expand Down

0 comments on commit afb5f7c

Please sign in to comment.