Re: SSL Tomcat 6 7

2011-12-02 Thread Lau Eng Huat
Hi everybody, I'm stuck on this SSL over a month. I hope somebody can help me here. I'm getting a Warning on WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'SSLEngine' to 'on' did not find a matching property. I have tried using all this 3 Connection type but it still

Re: SSL Tomcat 6 7

2011-12-02 Thread Daniel Mikusa
On Fri, 2011-12-02 at 01:12 -0800, Lau Eng Huat wrote: Hi everybody, I'm stuck on this SSL over a month. I hope somebody can help me here. I'm getting a Warning on WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'SSLEngine' to 'on' did not find a matching

Re: SSL Tomcat 6 7

2011-12-02 Thread Lau Eng Huat
I'm still stuck after correcting the recommendation made by Daniel. Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on / Connector protocol=org.apache.coyote.http11.Http11AprProtocol port=8443 maxHttpHeaderSize=8192 maxThreads=150

Re: SSL Tomcat 6 7

2011-12-02 Thread David kerber
On 12/2/2011 10:39 AM, Lau Eng Huat wrote: I'm still stuck after correcting the recommendation made by Daniel. Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on / Connector protocol=org.apache.coyote.http11.Http11AprProtocol port=8443

Re: SSL Tomcat 6 7

2011-12-02 Thread Lau Eng Huat
Thank You, God Bless You a Thousand Fold !!! On Fri, Dec 2, 2011 at 11:43 PM, David kerber dcker...@verizon.net wrote: On 12/2/2011 10:39 AM, Lau Eng Huat wrote: I'm still stuck after correcting the recommendation made by Daniel. Listener className=org.apache.**catalina.core.**

SSL Tomcat 6 7

2011-11-13 Thread Lau Eng Huat
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-certificates-tomcat . The question that I have is how do you use Apache Common HttpClient to sent and received information from the servlet. I

RE: SSL Tomcat 6 7

2011-11-13 Thread Ilya Kazakevich
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

Re: SSL Tomcat 6 7

2011-11-13 Thread Pid
On 13/11/2011 10:03, Lau Eng Huat wrote: 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-certificates-tomcat . The question that I have is how do you use Apache Common HttpClient to sent