You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Agent to check whether the target server's certificate has been revoked. If it has been revoked then an error is thrown. Is it possible change this behavior so that it avoids throwing an error and instead sets response.revoked = true?
I need this because even if the certificate has been revoked then I still need the other data from the response.
Also, how can I see whether server is using OCSP stapling or not?
The text was updated successfully, but these errors were encountered:
I'm using Agent to check whether the target server's certificate has been revoked. If it has been revoked then an error is thrown. Is it possible change this behavior so that it avoids throwing an error and instead sets response.revoked = true?
I need this because even if the certificate has been revoked then I still need the other data from the response.
Also, how can I see whether server is using OCSP stapling or not?
The text was updated successfully, but these errors were encountered: