I have signed the jars with timestamp for the certificate that expires on jan-2017. I changed my system time to after jan-2017. When I run applet that downloads above jars, I get the error responder's certificate not within the validity period. As per java documentation it says if the jarsigner uses timestamp it validates even after certificate expires. What could be the issue?
Update 1: If I disable internet, it works fine without error even after system date change to after jan-2017, but not when connected to internet. Why is it accessing internet to validate certificate?