Hi Your trust-store file doesn't contain the X509 certificate of the peer you're calling through camel-http4. Using keytool [1] you can verify the content of your trust-store file as well as add the peer's certificate into it.
And if the peer's certificate is already signed through a CA (like Verisign or Thawte) then adding the root and intermedidate certificates of that given CA should be already enough. If not then just import the peer's certificate itself into your trust-store. [1] http://docs.oracle.com/javase/6/docs/technotes/tools/solaris/keytool.html Babak -- View this message in context: http://camel.465427.n5.nabble.com/camel-http4-javax-net-ssl-SSLPeerUnverifiedException-peer-not-authenticated-tp5524113p5524536.html Sent from the Camel - Users mailing list archive at Nabble.com.
