Removing unused internal, private, nested dependencies.
Released 1 Jul 2024
TlsCertificateValidation now requires .NET Framework 4.8 (from 4.6.1) when running under Windows PowerShell.
On some systems, anti-virus interferes with the dynamic assembly TlsCertificateValidation attempts to compile and load
with Add-Type
. The module now ships with a pre-built assembly.
Released 17 Jan 2024
Fixed: importing TlsCertificateValidation
can sometimes fail with a "type already exists" compilation error.
Released 1 Apr 2024
- Added function
Set-TlsCertificateValidator
which sets the .NET server certificate validator to a PowerShell script block. - Added function
Clear-TlsCertificateValidator
which removes the current, custom .NET server certificate validator. - Added function
Test-SkipCertificateCheck
which tests if PowerShell supports theSkipCertificateCheck
function onInvoke-WebRequest
andInvoke-RestMethod
.