Hello
Sometimes when I run Get-CertificationAuthority is takes a minutes to complete (other times it comes back quicker)
when this happens I sometimes see the
IsAccessible false
RegistryOnly True
ServiceStatus Running
If I then logon to the remote CA and run the same command I see
IsAccessible true
RegistryOnly True
ServiceStatus Running
If I use the GUI admin tools (e.g. CertSrv) on the local CA and retarget the remote CA the remote CA responds in a timely fashion and I can see its certs etc.
So I am wondering what types of issued could be causing Get-CertificationAuthority to sometimes take minutes to return and believe the remote CA is IsAccessible = false
I assume it may be DCOM issues or perhaps the DCOM method code used to get the CA status e.g. IsAccessible
Are there any registry settings I can change to make this communication faster/more reliable or could there be the underlying method (I am assuming a COM/DCOM method) which is a bit flakey against CA on other side of a WAN
It looks like you have created your own types and the type in question here is
PKI.CertificateServices.CertificateAuthority::GetCA("Name",$Name)
Any advice most welcome, as I need to connect to the remote CA to check various things.
Thanks again
Ernie
Sometimes when I run Get-CertificationAuthority is takes a minutes to complete (other times it comes back quicker)
when this happens I sometimes see the
IsAccessible false
RegistryOnly True
ServiceStatus Running
If I then logon to the remote CA and run the same command I see
IsAccessible true
RegistryOnly True
ServiceStatus Running
If I use the GUI admin tools (e.g. CertSrv) on the local CA and retarget the remote CA the remote CA responds in a timely fashion and I can see its certs etc.
So I am wondering what types of issued could be causing Get-CertificationAuthority to sometimes take minutes to return and believe the remote CA is IsAccessible = false
I assume it may be DCOM issues or perhaps the DCOM method code used to get the CA status e.g. IsAccessible
Are there any registry settings I can change to make this communication faster/more reliable or could there be the underlying method (I am assuming a COM/DCOM method) which is a bit flakey against CA on other side of a WAN
It looks like you have created your own types and the type in question here is
PKI.CertificateServices.CertificateAuthority::GetCA("Name",$Name)
Any advice most welcome, as I need to connect to the remote CA to check various things.
Thanks again
Ernie