Thanks for the tips. You know I always get exeption when working with ssl. That i why i want an example someone has doe using the httpclient, so that I can edit that and use.
I just want to compare other examples with the use guide and then work further on. Thanks Bashiro --- On Tue 12/13, Tim Watts < [EMAIL PROTECTED] > wrote: From: Tim Watts [mailto: [EMAIL PROTECTED] To: [email protected] Date: Tue, 13 Dec 2005 06:38:48 -0500 Subject: Re: HttpClient and Simple SSL On Tuesday 13 December 2005 05:08, bashiro wrote:> 1. A simple way to work with HttpClient and SSL ?> (Not the user manual of Httpclient)Mostly, I've found working with SSL to be quite transparent.> All what I mean is a way to import SSL certificate and work further with> it. An example is ; Let's say I want to work with Https://www.versign.com.> I heard I have to first right click on the Security key-lock icon on the> tray to save it as a cert. Then import it in java .Not sure about the right-click business but try $JAVAHOME/jre/bin/keytool -help (especially -import).Hope this helps somewhat.---------------------------------------------------------------------To unsubscribe, e-mail: [EMAIL PROTECTED] additional commands, e-mail: [EMAIL PROTECTED] _______________________________________________ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
