How to ignore expired certificates from outside a Java application?

Posted by Creepy Gnome on Stack Overflow See other posts from Stack Overflow or by Creepy Gnome
Published on 2010-05-04T00:29:55Z Indexed on 2010/05/04 0:38 UTC
Read the original article Hit count: 481

We have a Java application that we need to ignore an expired self-signed cert, however we cannot modify the code to do this. I wondering if there was a System Property or environment variable that we could provide at start up that would allow us to have all expired cert's ignored for now, or even be more specific and provide externally the specific cert that we would like to have the expiration ignored.

Anyone have any ideas that would work?

© Stack Overflow or respective owner

Related posts about java

Related posts about ssl-certificate