Sounds like a SSL handshake problem. Do you use your own signed certificate on the server? In that case you have to let the client know that it is a trusted (root) certificate.Something like

  java -Djavax.net.ssl.trustStore=testStore 
-Djavax.net.ssl.trustStorePassword=testPassword YourClient

See http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html for more info. A last note, do not copy the keystore from the server to the client to use it as a trustedStore. The server keystore file also has the private key in it.
'
Regards,

Nico Klasens

Ferdinandus, Humphrey wrote:

Hi,

Anyone experience with configuring mmbase aselect using samaccountnames?

Keep getting “An communication error has occured, root cause: "Remote host closed connection during handshake", Cause: simple bind failed”

Any suggestions

Kind regards,

Humphrey


_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to