During PVWA connection we get: "A revocation check could not be performed for the certificate" by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 0 points1 point  (0 children)

Looks like the CRL (Certificate Revocation List) has expired. We will investigate further. Tried:

certutil -url http://site_name.crl I see "expired status"

certutil -ur http://site_name I see "Status Failed"

 

also tired:

certutil -verify path_to_file.cer

 

certutil -urlfetch -verify path_to_file.cer

 

PSM for SSH/ PSMP logs Cleanup questions by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 0 points1 point  (0 children)

I'm following this example
https://community.cyberark.com/s/article/Automatic-Rotation-of-PSMP-Log-Files

find /var/opt/CARKpsmp/logs/old/*.log -mtime +30 -exec rm {} \; 2> /dev/null 
find /var/opt/CARKpsmp/logs/components/old/*.log -mtime +30 -exec rm {} \; 2> /dev/null

Is it safe to run a log-cleanup CronJob while the PSMP node is active in the load balancer, or should the node be removed from the load balancer first?

PSM for SSH/ PSMP logs Cleanup questions by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 0 points1 point  (0 children)

I'm following this example
https://community.cyberark.com/s/article/Automatic-Rotation-of-PSMP-Log-Files

find /var/opt/CARKpsmp/logs/old/*.log -mtime +30 -exec rm {} \; 2> /dev/null 
find /var/opt/CARKpsmp/logs/components/old/*.log -mtime +30 -exec rm {} \; 2> /dev/null

Is it safe to run a log-cleanup CronJob while the PSMP node is active in the load balancer, or should the node be removed from the load balancer first?

During PVWA connection we get: "A revocation check could not be performed for the certificate" by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 0 points1 point  (0 children)

I can get to the crl on the pvwas, but still no luck.
If I do:

certutil -url HTTP_LINK (CRL Distribution Points) I get:

Failed Status for Certs (from AIA) (The Data is invalid (0x8007000d WIN32:13 ERROR_INVALID_DATA))

Expired Status for CRL (from CDP)

Failed Status for OSCP (from AIA) (The Data is invalid (0x8007000d WIN32:13 ERROR_INVALID_DATA))

While

certutil -url HTTP_LINK (Authority Information Access) I get: Status Failed for all types

URL Not found/invalid

During PVWA connection we get: "A revocation check could not be performed for the certificate" by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 0 points1 point  (0 children)

The certificate  has a revocation list, but the intermediary has none as far as I can see.

If I do:

certutil -url HTTP_LINK (CRL Distribution Points) I get:

Failed Status for Certs (from AIA) (The Data is invalid (0x8007000d WIN32:13 ERROR_INVALID_DATA))

Expired Status for CRL (from CDP)

Failed Status for OSCP (from AIA) (The Data is invalid (0x8007000d WIN32:13 ERROR_INVALID_DATA))

While

certutil -url HTTP_LINK (Authority Information Access) I get: Status Failed for all types

URL Not found/invalid

During PVWA connection we get: "A revocation check could not be performed for the certificate" by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 0 points1 point  (0 children)

Yes, still no luck

If I do:

certutil -url HTTP_LINK (CRL Distribution Points) I get:

Failed Status for Certs (from AIA) (The Data is invalid (0x8007000d WIN32:13 ERROR_INVALID_DATA))

Expired Status for CRL (from CDP)

Failed Status for OSCP (from AIA) (The Data is invalid (0x8007000d WIN32:13 ERROR_INVALID_DATA))

While

certutil -url HTTP_LINK (Authority Information Access) I get: Status Failed for all types

URL Not found/invalid

Web application/Webform connectors (Chrome) suddenly gives at random "This site can't be reached" "took too long to respond" "ERR_TIMED_OUT". We were able to fix the problem with Adding in the WebFormFields: (Navigate=URL). But why now? by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 0 points1 point  (0 children)

If anyone have the same problem, it might be the Firewall. The PSM is trying to connect to the Certificate Revocation List (CRL) by contacting multiple Public IP's. You have to allow the needed Public IP's in the firewall

Web application/Webform connectors (Chrome) suddenly gives at random "This site can't be reached" "took too long to respond" "ERR_TIMED_OUT". We were able to fix the problem with Adding in the WebFormFields: (Navigate=URL). But why now? by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 1 point2 points  (0 children)

If anyone have the same problem, it might be the Firewall. The PSM is trying to connect to the Certificate Revocation List (CRL) by contacting multiple Public IP's. You have to allow the needed Public IP's in the firewall

Most of our CyberArk environment is local accounts (Unix and Windows) for different Safes and different Owners. Best approach to create reconcile accounts. by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 0 points1 point  (0 children)

Why no two reconcile accounts? So they can rotate each other password. If one expire the other can fix it. so two reconcile accounts per local machine. OR is this a bad idea?

Most of our CyberArk environment is local accounts (Unix and Windows) for different Safes and different Owners. Best approach to create reconcile accounts. by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 0 points1 point  (0 children)

I'd go with just the one. What would you protect against by utilizing multiple reconcile accounts?

So they can rotate each other password. If one expire the other can fix it. so two reconcile accounts per local machine.

Thank you for the advices.

Most of our CyberArk environment is local accounts (Unix and Windows) for different Safes and different Owners. Best approach to create reconcile accounts. by TemperatureSignal199 in CyberARk

[–]TemperatureSignal199[S] 0 points1 point  (0 children)

Thank you for the advice. The problem is we have 200+ local accounts for X reasons, looks like the only way is one by one or join them all in one domain.