Hey all, I am a developer working on SSL communication between two hosts. I have created my private keys and trusted certificates and everything works great. But now I have to connect to an older servlet which has an expired key. This is where I can no longer proceed. Java is throwing an SSL No Trusted Certificate found exception. I assume the security settings block expired certificates. Is there anyone that knows this for sure? Also, is there any way to extend the duration of an expirated certificate (it is self signed, not Thawte or Versign, etc). Any help would be greatly appreciated.