I am doing some Lotus Notes server-side development. I have a Java class that will write an XML string to a buffer, and post it to a URL. I am using JDK 1.3, and have been able to test this via http. I now need to be able to post to a secure URL. I understand that the Java Secure Socket...