I'm not too sure what you mean by two-way SSL. But I'm assuming you mean
that:

1) You'd like Tomcat to run as a web server that supports SSL/HTTPS. To do
this, I'd suggest this tutorial:
http://blog.datajelly.com/company/blog/34-adding-ssl-to-tomcat.html
http://blog.datajelly.com/company/blog/34-adding-ssl-to-tomcat.html 

2) You'd also like your web application to be able to connect, as a client,
to other SSL web sites. If you're using the latest version of Java, you
shouldn't need to follow any special steps... just connect to the web site
like you normally would. There's a number of ways to do this, one way would
be to use the java.net.URL class.


losintikfos wrote:
> 
> I am trying to configure dual (two way) SSL on my tomcat 6.0.18. Do anyone
> know how to go about this?
> 

-- 
View this message in context: 
http://www.nabble.com/Dual-SSL-configuration-on-tomcat-tp19306313p19592098.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to