I can confirm that the Apache HTTPClient module is a good way to go. In fact, it works with zero configuration. You simply give it a normal 'https' URL, and it does the right thing automagically.

It may be that you have to do some configuration of your JDK and environment to have SSL capabilities available to HTTPClient, but I don't think so. I don't remember ever doing that on my dev box, and I know for a fact that my use of HTTPClient allows HTTPS URLs with no additional fuss.

HTTPClient is an excellent library in general, as is most of the apache stuff.

Have fun!

S

On 8/7/2010 3:13 PM, yifeng wu wrote:
I see. I guess I will look into using apache httpclient or some other library 
(any recommendation?).
Webshpere actually takes care of outbound SSL connection by configuration (no 
extra coding) that's why I got confused.
Thanks for input, Chuck.

YF

From: chuck.caldar...@unisys.com
To: users@tomcat.apache.org
Date: Sat, 7 Aug 2010 11:22:41 -0500
Subject: RE: Two-way SSL setup as Tomcat as a client

From: yifeng wu [mailto:yifen...@hotmail.com]
Subject: RE: Two-way SSL setup as Tomcat as a client

I am refering two way SSL not just one way.
Irrelevant; Pid's statement still stands: it's your webapp, not Tomcat, that is 
trying to communicate with an external server. Tomcat plays no role is such a 
connection, it's entirely up to your webapp. There is nothing in Tomcat to 
configure for this, since Tomcat is not involved. You'll need to use the secure 
connection capabilities of the JRE or a 3rd-party library of your choice to do 
the negotiation.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

                                        


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to