Hi,
When i run certutil -url certificate.cer on windows, i am able to verify the revocation status.
However, when i use the openssl command openssl ocsp -no_nonce -issuer chain.pem -cert certificate.pem -VAfile chain.pem -text -url ocspurl
It returns "Responder Error: unauthorized (6)"
Appreciate any help. Thank you.