java - Webservice certificate-related error -


I am trying to write a webservice client to consume a test service provided by another company; I'm not a 'certificate lover' on SSL, so I'm hoping that this is just something that I'm ignoring. I have three 'stores': a truststor, an important stove to sign messages, and a major stove for transport (as outlined in a doctor given by webserver hoster). When trying to use the service, I am getting the following error:
  javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security Cert.CertPathValidatorException: Timestamp check failed   

and below the stack trace is:

  java.security.cert.CertificateExpiredException: NotAfter: Wed on March 16, 1 9:59:59 EDT 2011   

This last message sounds like it is saying that a certificate has expired. I have examined every proof that I have got three stores and none of them have ended. So does this message mean that the server has expired? Or have I got some screw screws ??

Dave

I've verified that the problem is System.setProperty ( "Javax.net.debug", "all") with server certificate; In my code I can see the information of the certificate that was sent / received. The server's certificate has expired. & Gt;: \

Comments