Mar 20, 2003 #1 oracleDevAndMYSQL MIS Joined Sep 30, 2002 Messages 5 Location PH how to write a secured http client program? The server site https://www.verisign.com/ already secured, but not the client site.to connect to the secured site, you need the secured http client program to connect.
how to write a secured http client program? The server site https://www.verisign.com/ already secured, but not the client site.to connect to the secured site, you need the secured http client program to connect.
Mar 21, 2003 #2 flumpy Programmer Joined May 17, 2002 Messages 256 Location GI take a look at http://www.javaworld.com/javaworld/javatips/jw-javatip96.html it explains how to implement a secure java client in some detail. matt Upvote 0 Downvote
take a look at http://www.javaworld.com/javaworld/javatips/jw-javatip96.html it explains how to implement a secure java client in some detail. matt