Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

POST OVER HTTPS

Status
Not open for further replies.

direwolf

IS-IT--Management
Aug 29, 2002
4
0
0
US
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 Extentions are in JDK 1.4.

Assuming I upgrade my JDK, do I need any additional packages? Can someone give me an example of how to perform this task using the secure socket packages?

THANKS

Ben
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top