Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Get-CA -Name $CAName | Get-EnterprisePKIHealthStatus" returns error "Method invocation failed because [SysadminsLV.Asn1Parser.Asn1Utils] does not contain a method named 'DecodeInteger' " #212

Closed
MikeSouthwell opened this issue May 6, 2024 · 1 comment · Fixed by #213
Labels
bug Bug. An issue exist in our code.
Milestone

Comments

@MikeSouthwell
Copy link

I'm getting this error when trying to run Get-EnterprisePKIHealthStatus on the Get-CA command after looking up our FAS server's CA certificate. I'm using version 4.2.0 of PSPKI.

"Method invocation failed because [SysadminsLV.Asn1Parser.Asn1Utils] does not contain a method named 'DecodeInteger' "

The command works fine on the Secondary CA server up the chain that the FAS servers use to get their certificates so I'm not sure what I'm doing wrong?

Also the primary root CA just returns null.

Primary CA (null)
Secondary CA (working)
Tertiary CAs [FAS machines] (error)

@Crypt32 Crypt32 added the bug Bug. An issue exist in our code. label May 13, 2024
@Crypt32 Crypt32 added this to the v4.3 milestone May 13, 2024
Crypt32 added a commit that referenced this issue May 13, 2024
@Crypt32 Crypt32 mentioned this issue May 13, 2024
@Crypt32 Crypt32 linked a pull request May 13, 2024 that will close this issue
Crypt32 added a commit that referenced this issue May 13, 2024
@Crypt32
Copy link
Collaborator

Crypt32 commented May 13, 2024

This has been fixed and added to next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug. An issue exist in our code.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants