"Jihwan Kim" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>Thanks Bill,
>
>1. My client doesn't throw an exception if the client and server's cert is
>identical and both are expired. If only one of them is expired, it thorws
>exception. I want to detect the expired situation even
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 only one of them is expired, it th
Thanks Bill,
1. My client doesn't throw an exception if the client and server's cert is
identical and both are expired. If only one of them is expired, it thorws
exception. I want to detect the expired situation even if both side are
expired.
2. WebLogic detects expired cert. So, it means JSSE
"Jihwan Kim" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>Hi,
>I have this in my server.xml
> maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
> enableLookups="false" disableUploadTimeout="true"
> acceptCount="100" debug="0"
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