Hello,

Please read this guide: http://hc.apache.org/httpclient-3.x/sslguide.html
It is about HTTPS and apache HTTP client. 

You may also be interested in this document:
http://download.oracle.com/javase/1.5.0/docs/guide/security/jsse/JSSERefGuid
e.html
This one is about JSSE (java ssl implementation)

Servlet does not have to care about SSL/TLS. Tomcat's connector implements
it. 
Please read http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html to
configure it.

Ilya Kazakevich,
Developer
JetBrains Inc
http://www.jetbrains.com
"Develop with pleasure!"

-----Original Message-----
From: Lau Eng Huat [mailto:tomcath...@gmail.com] 
Sent: Sunday, November 13, 2011 2:03 PM
To: users@tomcat.apache.org
Subject: SSL Tomcat 6 & 7

Hi everybody,

I have followed this example on setting up the SSL on Tomcat Expert
http://www.tomcatexpert.com/knowledge-base/using-openssl-configure-ssl-certi
ficates-tomcat
.
The question that I have is how do you use Apache Common HttpClient to sent
and received information from the servlet. I have no idea on how to write
the code for the httpClient and Servlet. Please help me on this , I'm stuck
at this for couple of weeks already.

God Bless
Eng Huat


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

Reply via email to