I need to verify is specific site is signed properly with SSL Certificate. For my problem I used code found here: Writing a SSL Checker using Java
I wanted to check the expiration date on https://testssl-expire.disig.sk/.
Unfortunately the serverCert.getNotAfter();
method gives me the wrong date.
Any ideas why this date is not accurate?