• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Exception in sending https message

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, we are using IBM WebSphere 5.x on Sun Solaris operating system. When we send an https message, we are getting following exception

10/30 16:53:19 WARN
com.sample.http.factory.HttpMessageFactory =
Exception caught while sending https message. (sendSecureSocketM
essage)
javax.net.ssl.SSLHandshakeException: certificate expired
at com.ibm.jsse.bd.a(Unknown Source)
at com.ibm.jsse.bd.startHandshake(Unknown Source)
.............

It looks like an expiration of some certificate. Can you let me know what is the problem and how to rectify it?

pramodh
 
Sheriff
Posts: 28436
104
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Didn't your IBM reps notify you about that last May? Check here for example: JCE certificate expiry
 
And then the flying monkeys attacked. My only defense was this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic