On Thu, 2007-06-14 at 12:26 +0900, Trustin Lee wrote: > 2) I don't remember correctly, but there's an interface that JDK > provides so you can implement a logic that verifies the server > certificate.
I blogged about this. http://swamp.homelinux.net/blog/index.php/2007/01/19/javaxnetsslsslhandshakeexception/ My blog entry talks specifically about using JNDI to connect to an LDAP server that uses a self-signed certificate but the basic principles apply to any SSL client. -Mike
