I am developing a springboot application with AdoptOpenJDK 11. I want to understand how I can enable revocation checking. By default PKIXCertPathValidator is being used and revocation check is disabled. I have already set -Dcom.sun.security.enableCRLDP=true -Dcom.sun.net.ssl.checkRevocation=true
as VM arguments and Security.setProperty("ocsp.enable", "true")
but they doesn't seem to have any effect in revocation checking which is still disabled.
A quick help is appreciated.
I have got two ways -
One way -
Second way -