SSLHandShakingException :Certificate expired
Hitechies
I have and SDK of a third party reporting tool Cognos, which is used to coonect to that server. for accessing the server I had to first logon to the server and query it with some string, when I used HTTP (non-secure) then it is working fine, But when I used HTTPS to connect to it. Then it is giving me
SSLHandShakingException :Certificate expired
the stack trace is as follows
{http://xml.apache.org/axis/}stackTrace: javax.net.ssl.SSLHandshakeException: certificate expired
at com.ibm.jsse.bg.a(Unknown Source)
at com.ibm.jsse.bg.startHandshake(Unknown Source)
at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:224)
at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:157)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:114)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
Now since this time my local server is a client to Cognos server making request to it through JSP pages. So what should I do in order to overcoome this problem of HandShaking certificate bla bla.....
I am using WSAD 5.1.2 (Web sphere IDE IBM) for developing JSP pages.
Please help I am baffling it with for last 2 days
Thanks

