• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Team,
recently we updated certs and we are getting below error in system error logs, can some one help me to solve this issue.


[11/23/15 9:35:19:249 EST] 00000064 SystemErr R javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found
[11/23/15 9:43:20:171 EST] 000000a9 SystemErr R javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found
[11/23/15 9:43:29:008 EST] 00000367 SystemErr R javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found
[11/23/15 9:43:30:952 EST] 0000031e SystemErr R javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found
[11/23/15 9:44:15:047 EST] 0000031c SystemErr R javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found
[11/23/15 9:45:54:862 EST] 00000368 SystemErr R javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found
[11/23/15 9:46:02:450 EST] 00000316 SystemErr R javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found
[11/23/15 9:47:11:042 EST] 00000367 SystemErr R javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found
[11/23/15 9:47:17:196 EST] 00000366 SystemErr R javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found
[11/23/15 9:47:21:402 EST] 00000063 SystemErr R javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.m: No trusted certificate found
 
Bartender
Posts: 3903
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can make a guess: maybe after you replaced SSL certificate in keystore you did not update it's alias to previous one?
 
Time is mother nature's way of keeping everything from happening at once. And this is a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic