I'm nearly finished with a class file that does an HTTPS post using either
sockets or a URL object.  The code will be finished today or tomorrow.  It
uses either Sun's JSSE or SSLJ from RSA to handle the secure communication.
You'll need the RSA tools if you want to use JDK 1.1.x as JSSE only works
with JDK 1.2.x.

I'm using it for communicating with credit card processing companies like
Skipjack IC and AuthorizeNet, but you could use the code to do an HTTPS
POST to any server you want.

Send private email to [EMAIL PROTECTED], and I'll tell you how you
can get it when it's finished.

Dan Lamb
[EMAIL PROTECTED]



>Date:    Wed, 15 Dec 1999 12:07:13 +0100
>From:    "G.Betul Akin" <[EMAIL PROTECTED]>
>Subject: POSTing through sockets to an HTTPS server
>
>What I want to do is doing a POST from my Java application to an https
>server using sockets. Java Secure Sockets layer seems a solution to this
>problem. Is there anoybody here who has done a similar thing?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to