9/18/2023 - v4.3.5
Bug Fixes
- Fixed issue with both
Get-TlsInformation
andGet-TlsCertificate
that would result in a permanent hang due toSystem.Net.Security.SslStream.AuthenticateAsClient()
not having a usable timeout parameter by employingStart-Job
,Wait-Job
, andRemove-Job
to terminateSystem.Net.Security.SslStream.AuthenticateAsClient()
when it's execution hangs for more than 30 seconds.