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 wrote: > On 12/2/2011 10:39 AM, Lau Eng Huat wrote: > >> I'm still stuck after correcting the recommendation made by Daniel. >> >> > SSLEngine="on" /> >> >> > protocol="org.apache.coyote.

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. ^^ You still have SSLEngine set in the connector, where it doesn't belong. SSLCertificateFile="${catalina.base}\conf\cert.pem" SSLCertificateKeyFile="${

Re: SSL Tomcat 6 & 7

2011-12-02 Thread Lau Eng Huat
I'm still stuck after correcting the recommendation made by Daniel. It still gives me this error WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'SSLEngine' to 'true' did not find a matching property. i'm running tomcat as localhoat under netbeans. On Fri

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 pr

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-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

RE: SSL Tomcat 6 & 7

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