Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Will two java servlets trust an expired SSL private key?

Status
Not open for further replies.

link102

Programmer
Jan 4, 2005
7
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top