Re: Detect expired server certificate

2006-02-23 Thread Jihwan Kim
BTW, we use the Apache Axis to make a connection between our client and server. On 2/23/06, Jihwan Kim <[EMAIL PROTECTED]> wrote: > > Thanks Bill, > > 1. My client doesn't throw an exception if the client and server's cert > is identical and both are expired. If

Re: Detect expired server certificate

2006-02-23 Thread Jihwan Kim
means JSSE doesn't do this but does WebLogic have its own code to detect this? Thanks, On 2/22/06, Bill Barker <[EMAIL PROTECTED]> wrote: > > > "Jihwan Kim" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >Hi, > >I have

Detect expired server certificate

2006-02-22 Thread Jihwan Kim
Hi, I have this in my server.xml cacerts is a self signed certificate. Whewn the certificate is expired, I would like to detect it and send a proper message to a client side user. So, 1. how can I detect the expired cert from a Java application client. 2. Can I detect the expired cert