vmware / PowerCLI-Example-Scripts

http://blogs.vmware.com/powercli
Other
746 stars 603 forks source link

[VMware.vSphere.SsoAdmin] Issue with iterating through the certificates on the new version 1.3.6 #509

Closed thinkdavid closed 1 year ago

thinkdavid commented 2 years ago

This (non-terminating) error occurs when executing Get-IdentitySOurce -External

An error occurred while enumerating through a collection: ASN1 corrupted data..

I believe this is due to the new update. https://github.com/dotnet/runtime/issues/54336 seems to support this issue.

dmilov commented 2 years ago

@thinkdavid Can you check the .NET Runtime version where this is reproduced?

et1975 commented 2 years ago

The problem should be reproducible in a container based on mcr.microsoft.com/powershell:7.2.0-alpine-3.12-20211116

et1975 commented 1 year ago

590 Seems to narrow it down to Linux.