• 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

HTTP client

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

OS: Centos 5.5 64bit
JAVA: jdk1.6.0_18 64bit
JBOSS: 4.2.3.GA

I get the below error message for SSL handshake the only solution is to restart my jboss sever.



can some one explain me the meaning of this error and any solution?

Thanks in advance.
 
Ranch Hand
Posts: 98
Oracle Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Are you using any signed jar files?

You can also try specifying the below parameter.

-Djavax.net.ssl.trustStore= <location-of-truststore>

Refer the below link for sample SSL configuration with JBoss Server

http://weblogic-wonders.com/weblogic/2010/04/07/ssl-configuration-with-jboss-server/

Cheers,
Anandraj
http://weblogic-wonders.com

cheers,
Anandraj
http://weblogic-wonders.com
 
Ruth Stout was famous for gardening naked. Just like this 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