|
If you want to use a self-signed certificate with a Java client, follow steps similar to this:
Please not that the path I provided (C:/jdk1.5.0_06/jre/lib/security/cacerts) is specific to the Java installation on my Windows workstation. Your path will almost certainly vary from this. The important thing is that you're trying to target the cacerts file on your system.
Some of this magic is documented here.
|