You wrote a Java program which needs to access to a external resource through SSL (such as LDAPS or HTTPS)?
Okay, this post is for you.
The first thing you have to know is that the first time you established a secured connection to something, you (normally) have to accept the certificate used to encrypt the dialog. In apps with interaction with end users (such as a web browser), the user often see a popup which asks him to trust the certificate. But, if the secured connection is establised behin...
↧