Troubleshooting
Troubleshooting OCSP Request with OpenSSL
-
Download the immediate issuer and end certificates from the AppViewX UI
with the following names:
- PKIaaS_Actions_Private_CA_SubOrdinate - issuer.crt
- dev22.avx.plus - cert.crt
.png)
- Configure openSSL in the end device.
-
Trigger the following OpenSSL command with issuer.crt
and cert.crt:
openssl ocsp -issuer issuer.crt -cert cert.crt -text -url http://pe-pltf-node66.lab.appviewx.net:30022/ocsp -noverifyIf the certificate is revoked, the revoke status will be received in the OCSP response as shown:%20(1).png)
- Once the CC URL is accessible from OCSP, test the same with CC’s load balancer.
